From a47f6896ff9300165c8dbbbe17b25f45769c843a Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Thu, 18 May 2000 15:16:28 +0000 Subject: Update to 0.8.0 Take over MAINTAINERship Approved by (with blessings!): jedgar (previous MAINTAINER) --- news/pan2/Makefile | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) (limited to 'news/pan2/Makefile') diff --git a/news/pan2/Makefile b/news/pan2/Makefile index 57ca28fb9f83..c684ca9e0945 100644 --- a/news/pan2/Makefile +++ b/news/pan2/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 - -.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 +.include -- cgit v1.2.3