2002-09-11 17:28:39 +02:00
|
|
|
# New ports collection makefile for: gal2
|
|
|
|
# Date created: 25 August 2002
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
2000-10-06 04:42:20 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2002-09-11 17:28:39 +02:00
|
|
|
PORTNAME= gal2
|
2003-02-07 19:42:25 +01:00
|
|
|
PORTVERSION= 1.99.1
|
2002-09-11 17:28:39 +02:00
|
|
|
CATEGORIES= x11-toolkits gnome
|
2000-10-06 04:42:20 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2003-02-07 19:42:25 +01:00
|
|
|
MASTER_SITE_SUBDIR= sources/gal/1.99
|
|
|
|
DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
|
2002-09-11 17:28:39 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
2000-10-06 04:42:20 +02:00
|
|
|
|
2002-09-11 17:28:39 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2000-10-06 04:42:20 +02:00
|
|
|
|
2003-02-07 19:42:25 +01:00
|
|
|
LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \
|
|
|
|
gnomeprintui-2-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui
|
2000-10-06 04:42:20 +02:00
|
|
|
|
2002-03-25 21:15:18 +01:00
|
|
|
USE_BZIP2= yes
|
2000-10-06 04:42:20 +02:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_PERL5= yes
|
|
|
|
USE_GMAKE= yes
|
2002-07-11 19:16:10 +02:00
|
|
|
USE_GNOMENG= yes
|
2002-09-11 17:28:39 +02:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gnomehier
|
|
|
|
GNOME_HTML_DIR= ${PREFIX}/share/doc/gal2
|
2002-06-20 19:46:15 +02:00
|
|
|
USE_REINPLACE= yes
|
2000-10-06 04:42:20 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2002-05-01 22:23:03 +02:00
|
|
|
USE_LIBTOOL= yes
|
2002-07-11 19:16:10 +02:00
|
|
|
CONFIGURE_ARGS= --enable-static --with-libiconv
|
2000-10-06 04:42:20 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2000-10-20 18:24:41 +02:00
|
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
|
|
|
|
2002-07-11 19:16:10 +02:00
|
|
|
post-patch:
|
2002-06-20 19:46:15 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-10-06 04:42:20 +02:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|