aboutsummaryrefslogtreecommitdiff
path: root/news/pan2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'news/pan2/Makefile')
-rw-r--r--news/pan2/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/news/pan2/Makefile b/news/pan2/Makefile
deleted file mode 100644
index 57ba8ad139e9..000000000000
--- a/news/pan2/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: pan
-# Date created: 07 August 1999
-# Whom: Chris D. Faulhaber <jedgar@fxp.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= pan
-PORTVERSION= 0.8.0
-CATEGORIES= news gnome
-MASTER_SITES= ftp://source.rebelbase.com/pub/pan/${PORTVERSION}/
-
-MAINTAINER= ade@FreeBSD.org
-
-LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
- gnomeprint.9:${PORTSDIR}/print/gnomeprint \
- uu.1:${PORTSDIR}/converters/uulib
-
-GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share/gnome
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- GLIB_CONFIG="${GLIB_CONFIG}" \
- GTK_CONFIG="${GTK_CONFIG}" \
- LIBS="-L${LOCALBASE}/lib -luu"
-
-.include <bsd.port.mk>