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-10-03 09:28:27 +00:00
|
|
|
PORTNAME= gnomeicu
|
|
|
|
PORTVERSION= 0.93
|
|
|
|
CATEGORIES= net gnome
|
|
|
|
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
|
|
|
|
2000-10-03 09:28:27 +00:00
|
|
|
MAINTAINER= nectar@FreeBSD.org
|
1999-03-19 22:29:54 +00:00
|
|
|
|
2000-10-05 07:17:31 +00:00
|
|
|
LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm
|
1998-10-19 14:36:42 +00:00
|
|
|
|
2000-10-03 09:28:27 +00:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_BZIP2= yes
|
2000-10-05 07:17:31 +00:00
|
|
|
USE_GNOME= yes
|
2000-10-03 09:28:27 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-05 07:17:31 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2000-10-03 09:28:27 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
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>
|