1999-08-30 05:47:33 +00:00
|
|
|
# New ports collection makefile for: pan
|
1999-09-19 10:38:40 +00:00
|
|
|
# Date created: 07 August 1999
|
|
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
1999-08-30 05:47:33 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 17:33:32 +00:00
|
|
|
PORTNAME= pan
|
|
|
|
PORTVERSION= 0.7.6
|
1999-08-30 05:47:33 +00:00
|
|
|
CATEGORIES= news gnome
|
2000-05-02 13:42:35 +00:00
|
|
|
MASTER_SITES= ftp://source.rebelbase.com/pub/pan/${PORTVERSION}/ \
|
1999-12-23 01:34:34 +00:00
|
|
|
ftp://source.rebelbase.com/pub/pan/obsolete/
|
1999-08-30 05:47:33 +00:00
|
|
|
|
1999-12-22 13:39:58 +00:00
|
|
|
MAINTAINER= jedgar@FreeBSD.org
|
1999-08-30 05:47:33 +00:00
|
|
|
|
1999-11-30 18:48:06 +00:00
|
|
|
LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs
|
1999-08-30 05:47:33 +00:00
|
|
|
|
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-x
|
|
|
|
CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
|
|
|
|
GLIB_CONFIG="${GLIB_CONFIG}" \
|
|
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 300000
|
|
|
|
pre-fetch:
|
|
|
|
@${ECHO}
|
|
|
|
@${ECHO} "Must have FreeBSD-3.0 or greater due to"
|
2000-01-25 21:36:46 +00:00
|
|
|
@${ECHO} "the use of the pthread library."
|
1999-08-30 05:47:33 +00:00
|
|
|
@${ECHO}
|
|
|
|
.endif
|
|
|
|
|
2000-01-07 16:40:17 +00:00
|
|
|
.include <bsd.port.post.mk>
|