1999-03-18 23:32:43 +01:00
|
|
|
# Ports collection Makefile for: GnomeICU
|
|
|
|
# Date created: 03/16/1999
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: nectar@FreeBSD.org
|
1998-10-19 16:36:42 +02:00
|
|
|
#
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1998-10-19 16:36:42 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= gnomeicu
|
2000-05-16 19:01:41 +02:00
|
|
|
PORTVERSION= 0.93
|
1999-03-18 23:32:43 +01:00
|
|
|
CATEGORIES= net gnome
|
2000-05-16 19:01:41 +02: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 16:36:42 +02:00
|
|
|
|
1999-08-31 08:53:31 +02:00
|
|
|
MAINTAINER= nectar@FreeBSD.org
|
1999-03-19 23:29:54 +01:00
|
|
|
|
2000-06-15 21:40:35 +02:00
|
|
|
LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \
|
2000-06-16 23:31:26 +02:00
|
|
|
gdbm.2:${PORTSDIR}/databases/gdbm
|
1999-05-30 06:04:53 +02:00
|
|
|
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
1998-10-19 16:36:42 +02:00
|
|
|
|
1999-03-18 23:32:43 +01:00
|
|
|
USE_X_PREFIX= YES
|
1999-07-03 17:32:23 +02:00
|
|
|
USE_BZIP2= YES
|
1999-03-18 23:32:43 +01:00
|
|
|
GNU_CONFIGURE= YES
|
2000-03-25 15:35:28 +01:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
|
|
|
|
CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1999-03-18 23:32:43 +01:00
|
|
|
CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome
|
1998-10-19 16:36:42 +02:00
|
|
|
|
2000-08-04 04:50:51 +02:00
|
|
|
post-extract:
|
|
|
|
@${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 16:36:42 +02:00
|
|
|
.include <bsd.port.mk>
|