pkgsrc/news/pan/Makefile
rh d544edaa08 Update pan to 0.10.0.93. This release features minor user interface
improvements and fixes many bugs, including multithread bugs, memory
leaks, socket errors, and unabortable tasks.
2001-10-19 11:35:59 +00:00

24 lines
654 B
Makefile

# $NetBSD: Makefile,v 1.3 2001/10/19 11:35:59 rh Exp $
#
DISTNAME= pan-0.10.0.93
CATEGORIES= news gnome
MASTER_SITES= http://pan.rebelbase.com/download/0.10.0.93/SOURCE/ \
${MASTER_SITE_GNOME:=stable/sources/pan/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://pan.rebelbase.com/
COMMENT= Newsreader for Gnome
BUILD_USES_MSGFMT= YES
USE_X11BASE= 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"