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".]
28 lines
709 B
Makefile
28 lines
709 B
Makefile
# $NetBSD: Makefile,v 1.16 2002/03/13 17:37:40 fredb Exp $
|
|
|
|
DISTNAME= xpp-1.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= print x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cups/}
|
|
|
|
MAINTAINER= jlam@netbsd.org
|
|
HOMEPAGE= http://cups.sourceforge.net/xpp/index.html
|
|
COMMENT= X Printing Panel
|
|
|
|
USE_BUILDLINK_ONLY= # defined
|
|
USE_GMAKE= # defined
|
|
GNU_CONFIGURE= # defined
|
|
|
|
DOCDIR= ${PREFIX}/share/doc/xpp
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC}; ${TOUCH} Makefile.in aclocal.m4 configure
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${DOCDIR}
|
|
cd ${WRKSRC}; ${INSTALL_DATA} LICENSE README ${DOCDIR}
|
|
|
|
.include "../../print/cups/buildlink.mk"
|
|
.include "../../x11/fltk/buildlink.mk"
|
|
.include "../../mk/x11.buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|