summaryrefslogtreecommitdiff
path: root/news/pan/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-05-18 15:16:28 +0000
committerAde Lovett <ade@FreeBSD.org>2000-05-18 15:16:28 +0000
commita47f6896ff9300165c8dbbbe17b25f45769c843a (patch)
tree9a90217336b9bd470b68cf8d901925d1948b38ea /news/pan/Makefile
parentMerge shareware WAD support from sdlquake. Now sdlquake is ready to be nuked (diff)
Update to 0.8.0
Take over MAINTAINERship Approved by (with blessings!): jedgar (previous MAINTAINER)
Notes
Notes: svn path=/head/; revision=28557
Diffstat (limited to 'news/pan/Makefile')
-rw-r--r--news/pan/Makefile26
1 files changed, 8 insertions, 18 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile
index 57ca28fb9f83..c684ca9e0945 100644
--- a/news/pan/Makefile
+++ b/news/pan/Makefile
@@ -6,12 +6,11 @@
#
PORTNAME= pan
-PORTVERSION= 0.7.6
+PORTVERSION= 0.8.0
CATEGORIES= news gnome
-MASTER_SITES= ftp://source.rebelbase.com/pub/pan/${PORTVERSION}/ \
- ftp://source.rebelbase.com/pub/pan/obsolete/
+MASTER_SITES= ftp://source.rebelbase.com/pub/pan/${PORTVERSION}/
-MAINTAINER= jedgar@FreeBSD.org
+MAINTAINER= ade@FreeBSD.org
LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs
@@ -20,21 +19,12 @@ 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}" \
+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"
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 300000
-pre-fetch:
- @${ECHO}
- @${ECHO} "Must have FreeBSD-3.0 or greater due to"
- @${ECHO} "the use of the pthread library."
- @${ECHO}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>