2000-06-09 12:38:10 -04:00
|
|
|
# New ports collection makefile for: gtkhtml
|
|
|
|
# Date created: 2nd June 2000
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtkhtml
|
2002-03-25 15:16:20 -05:00
|
|
|
PORTVERSION= 1.0.2
|
2002-03-27 00:03:00 -05:00
|
|
|
PORTREVISION= 1
|
2000-06-09 12:38:10 -04:00
|
|
|
CATEGORIES= www gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= unstable/sources/gtkhtml
|
2002-03-25 15:16:20 -05:00
|
|
|
DIST_SUBDIR= gnome
|
2000-06-09 12:38:10 -04:00
|
|
|
|
2001-05-11 12:36:50 -04:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2000-06-09 12:38:10 -04:00
|
|
|
|
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 17:51:17 -04:00
|
|
|
LIB_DEPENDS= glibwww.1:${PORTSDIR}/www/glibwww \
|
2001-01-31 11:22:06 -05:00
|
|
|
pspell.4:${PORTSDIR}/textproc/pspell \
|
2002-01-13 14:22:28 -05:00
|
|
|
gal.19:${PORTSDIR}/x11-toolkits/gal \
|
2001-06-19 05:37:36 -04:00
|
|
|
ghttp.1:${PORTSDIR}/www/libghttp
|
2000-06-09 12:38:10 -04:00
|
|
|
|
2002-03-25 15:16:20 -05:00
|
|
|
USE_BZIP2= yes
|
2000-06-09 12:38:10 -04:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2001-06-19 05:37:36 -04:00
|
|
|
USE_GNOMECTRL= yes
|
2000-06-16 17:52:40 -04:00
|
|
|
INSTALLS_SHLIB= yes
|
2001-11-20 09:19:40 -05:00
|
|
|
GNU_CONFIGURE= yes
|
2001-08-03 03:26:43 -04:00
|
|
|
CONFIGURE_ARGS= --with-gconf=yes
|
2000-06-09 12:38:10 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2002-03-27 00:03:00 -05:00
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2001-11-20 09:19:40 -05:00
|
|
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
2000-06-09 12:38:10 -04:00
|
|
|
|
2000-08-04 12:11:37 -04:00
|
|
|
pre-patch:
|
2001-03-29 11:35:19 -05:00
|
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-08-03 21:34:38 -04:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
2002-03-25 15:16:20 -05:00
|
|
|
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
|
2000-08-03 21:34:38 -04:00
|
|
|
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
|
|
|
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
|
|
|
|
2000-06-09 12:38:10 -04:00
|
|
|
.include <bsd.port.mk>
|