freebsd-ports/www/gtkhtml3/Makefile

37 lines
908 B
Makefile
Raw Normal View History

# New ports collection makefile for: gtkhtml
# Date created: 2nd June 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gtkhtml
PORTVERSION= 1.0.4
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/gtkhtml
2002-03-25 21:16:20 +01:00
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= pspell.4:${PORTSDIR}/textproc/pspell
2002-03-25 21:16:20 +01:00
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOMENG= yes
2002-07-14 05:44:55 +02:00
USE_GNOME= gnomehack gnomeprefix gnomehier glibwww gal libghttp libcapplet
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
2002-06-19 10:18:10 +02:00
USE_REINPLACE= yes
CONFIGURE_ARGS= --with-gconf=yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
2001-11-20 15:19:40 +01:00
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.mk>