summaryrefslogtreecommitdiff
path: root/news/pan/Makefile
diff options
context:
space:
mode:
authorrh <rh>2001-10-15 07:24:38 +0000
committerrh <rh>2001-10-15 07:24:38 +0000
commitb0cb5e590014d2df72f4c0095b7a50cf4043f0ad (patch)
tree61eb5f7249aab89c69b4dad2368278299679358e /news/pan/Makefile
parent040ef6ccfd5a3e69c49a5c89e05450a5afad78ee (diff)
downloadpkgsrc-b0cb5e590014d2df72f4c0095b7a50cf4043f0ad.tar.gz
Update pan to 0.10.0.92. Changes are too many to list in detail, but
include tons of bugfixes and feature updates. For a detailled list, please see http://pan.rebelbase.com/#010092
Diffstat (limited to 'news/pan/Makefile')
-rw-r--r--news/pan/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile
index a0c8b35563a..66442f0fc6e 100644
--- a/news/pan/Makefile
+++ b/news/pan/Makefile
@@ -1,21 +1,24 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/04/24 14:14:09 rh Exp $
+# $NetBSD: Makefile,v 1.2 2001/10/15 07:24:38 rh Exp $
#
-DISTNAME= pan-0.9.6
+DISTNAME= pan-0.10.0.92
CATEGORIES= news gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/pan/}
+MASTER_SITES= http://pan.rebelbase.com/download/0.10.0.92/SOURCE/ \
+ ${MASTER_SITE_GNOME:=stable/sources/pan/}
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://pan.rebelbase.com/
COMMENT= Newsreader for Gnome
-DEPENDS+= gnome-core>1.4.0:../../x11/gnome-core
BUILD_USES_MSGFMT= YES
USE_X11BASE= YES
-USE_LIBINTL= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV+= LOCALEDIR="${PKGLOCALEDIR}"
CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1
+.include "../../devel/gettext-lib/buildlink.mk"
+.include "../../x11/gnome-core/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"