From a4fccee966a71bd9bb41ecc59d46567fea7819b9 Mon Sep 17 00:00:00 2001 From: Jim Mock Date: Mon, 30 Aug 1999 05:47:33 +0000 Subject: Import of pan. Pan is a threaded GNOME news reader based on Agent for Windows systems. PR: 13019 Submitted by: Chris D. Faulhaber --- news/pan/Makefile | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 news/pan/Makefile (limited to 'news/pan/Makefile') diff --git a/news/pan/Makefile b/news/pan/Makefile new file mode 100644 index 000000000000..672a88b8dd97 --- /dev/null +++ b/news/pan/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: pan +# Version required: 0.4.3 +# Date created: 07 August 1999 +# Whom: Chris D. Faulhaber +# +# $FreeBSD$ +# + +DISTNAME= pan-0.4.3 +CATEGORIES= news gnome +MASTER_SITES= ftp://source.rebelbase.com/pub/pan/ + +MAINTAINER= jedgar@fxp.org + +LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ + gnome.2:${PORTSDIR}/x11/gnomelibs + +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= 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 + +.if ${OSVERSION} < 300000 +pre-fetch: + @${ECHO} + @${ECHO} "Must have FreeBSD-3.0 or greater due to" + @${ECHO} "the use of the thread library." + @${ECHO} +.endif + +.include -- cgit v1.2.3