c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
27 lines
612 B
Makefile
27 lines
612 B
Makefile
# $NetBSD: Makefile,v 1.27 2004/10/03 00:18:07 tv Exp $
|
|
|
|
DISTNAME= xpp-1.1
|
|
PKGREVISION= 5
|
|
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_BUILDLINK3= yes
|
|
USE_X11= yes
|
|
USE_GNU_TOOLS+= make
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c++
|
|
|
|
DOCDIR= ${PREFIX}/share/doc/xpp
|
|
|
|
.include "../../print/cups/buildlink3.mk"
|
|
.include "../../x11/fltk/buildlink3.mk"
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${DOCDIR}
|
|
cd ${WRKSRC}; ${INSTALL_DATA} LICENSE README ${DOCDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|