b48eba1112
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
26 lines
689 B
Makefile
26 lines
689 B
Makefile
# $NetBSD: Makefile,v 1.7 2002/03/13 17:37:33 fredb Exp $
|
|
#
|
|
|
|
DISTNAME= pan-0.11.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= news gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/pan/} \
|
|
http://pan.rebelbase.com/download/${DISTNAME:C/pan-//}/SOURCE/
|
|
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
|
|
LIBS= -lcompat
|
|
|
|
.include "../../devel/gettext-lib/buildlink.mk"
|
|
.include "../../x11/gnome-core/buildlink.mk"
|
|
.include "../../mk/x11.buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|