1999-08-30 01:47:33 -04:00
|
|
|
# New ports collection makefile for: pan
|
1999-09-19 06:38:40 -04:00
|
|
|
# Date created: 07 August 1999
|
|
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
1999-08-30 01:47:33 -04:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 13:33:32 -04:00
|
|
|
PORTNAME= pan
|
2000-05-18 11:16:28 -04:00
|
|
|
PORTVERSION= 0.8.0
|
1999-08-30 01:47:33 -04:00
|
|
|
CATEGORIES= news gnome
|
2000-05-18 11:16:28 -04:00
|
|
|
MASTER_SITES= ftp://source.rebelbase.com/pub/pan/${PORTVERSION}/
|
1999-08-30 01:47:33 -04:00
|
|
|
|
2000-05-18 11:16:28 -04:00
|
|
|
MAINTAINER= ade@FreeBSD.org
|
1999-08-30 01:47:33 -04:00
|
|
|
|
1999-11-30 13:48:06 -05:00
|
|
|
LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs
|
1999-08-30 01:47:33 -04:00
|
|
|
|
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_X_PREFIX= yes
|
2000-05-18 11:16:28 -04:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
|
|
|
--datadir=${PREFIX}/share/gnome
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
1999-08-30 01:47:33 -04:00
|
|
|
GLIB_CONFIG="${GLIB_CONFIG}" \
|
|
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2000-05-18 11:16:28 -04:00
|
|
|
.include <bsd.port.mk>
|