freebsd-ports/net/gnomeicu2/Makefile

39 lines
1.1 KiB
Makefile
Raw Normal View History

# Ports collection Makefile for: GnomeICU
# Date created: 03/16/1999
# Whom: nectar@FreeBSD.org
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
#
PORTNAME= gnomeicu
2000-05-16 19:01:41 +02:00
PORTVERSION= 0.93
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/
MAINTAINER= nectar@FreeBSD.org
1999-03-19 23:29:54 +01:00
LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \
gdbm.2:${PORTSDIR}/databases/gdbm
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= YES
1999-07-03 17:32:23 +02:00
USE_BZIP2= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome
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'
.include <bsd.port.mk>