1999-03-18 22:32:43 +00:00
|
|
|
# Ports collection Makefile for: GnomeICU
|
|
|
|
# Date created: 03/16/1999
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: nectar@FreeBSD.org
|
1998-10-19 14:36:42 +00:00
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1998-10-19 14:36:42 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:14:07 +00:00
|
|
|
PORTNAME= gnomeicu
|
2000-05-16 17:01:41 +00:00
|
|
|
PORTVERSION= 0.93
|
1999-03-18 22:32:43 +00:00
|
|
|
CATEGORIES= net gnome
|
2000-05-16 17:01:41 +00:00
|
|
|
MASTER_SITES= ftp://gnomeicu.gdev.net/pub/gnomeicu/ \
|
|
|
|
ftp://ftp.vision.net.au/ftp7/linuxberg/files/gnome/com/ \
|
|
|
|
ftp://ftp.datacomm.ch/.3/linuxberg/files/gnome/com/ \
|
|
|
|
ftp://ftp.proxad.net/mirrors/ftp.linuxberg.com/files/gnome/com/
|
1998-10-19 14:36:42 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= nectar@FreeBSD.org
|
1999-03-19 22:29:54 +00:00
|
|
|
|
2000-06-15 19:40:35 +00:00
|
|
|
LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \
|
2000-06-16 21:31:26 +00:00
|
|
|
gdbm.2:${PORTSDIR}/databases/gdbm
|
1999-05-30 04:04:53 +00:00
|
|
|
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
1998-10-19 14:36:42 +00:00
|
|
|
|
1999-03-18 22:32:43 +00:00
|
|
|
USE_X_PREFIX= YES
|
1999-07-03 15:32:23 +00:00
|
|
|
USE_BZIP2= YES
|
1999-03-18 22:32:43 +00:00
|
|
|
GNU_CONFIGURE= YES
|
2000-03-25 14:35:28 +00:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
|
|
|
|
CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1999-03-18 22:32:43 +00:00
|
|
|
CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome
|
1998-10-19 14:36:42 +00:00
|
|
|
|
2000-08-04 16:11:37 +00:00
|
|
|
pre-patch:
|
2000-08-04 02:50:51 +00:00
|
|
|
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
|
|
|
|
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'
|
|
|
|
|
1998-10-19 14:36:42 +00:00
|
|
|
.include <bsd.port.mk>
|