2000-10-06 02:42:20 +00:00
|
|
|
# New ports collection makefile for: gal
|
|
|
|
# Date created: 5th October 2000
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gal
|
2001-11-20 14:19:19 +00:00
|
|
|
PORTVERSION= 0.18.1
|
2001-03-21 15:59:32 +00:00
|
|
|
CATEGORIES?= x11-toolkits gnome
|
2000-10-06 02:42:20 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= unstable/sources/gal
|
|
|
|
|
2001-05-11 16:36:50 +00:00
|
|
|
MAINTAINER?= gnome@FreeBSD.org
|
2000-10-06 02:42:20 +00: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 21:51:17 +00:00
|
|
|
LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode \
|
2001-06-19 09:37:36 +00:00
|
|
|
glade.4:${PORTSDIR}/devel/libglade \
|
2001-08-17 14:28:43 +00:00
|
|
|
giconv.2:${PORTSDIR}/converters/libiconv
|
2000-10-06 02:42:20 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_PERL5= yes
|
|
|
|
USE_GMAKE= yes
|
2001-06-19 09:37:36 +00:00
|
|
|
USE_GNOMECTRL= yes
|
2000-10-06 02:42:20 +00:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
2001-02-09 22:01:23 +00:00
|
|
|
CONFIGURE_ARGS= --enable-static --with-libiconv
|
2000-10-06 02:42:20 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2000-10-20 16:24:41 +00:00
|
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
|
|
|
|
2000-10-06 02:42:20 +00:00
|
|
|
pre-patch:
|
2001-03-29 16:35:19 +00:00
|
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-10-06 02:42:20 +00:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
|
|
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
|
|
|
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
|
|
|
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
2001-05-21 18:06:05 +00:00
|
|
|
@find ${WRKSRC}/gal/widgets -name '*.[ch]' | xargs ${PERL} -pi -e \
|
|
|
|
's|<iconv.h>|<giconv.h>|'
|
2000-10-06 02:42:20 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|