pkgsrc-wip/passepartout/Makefile
Aleksej Saushev ce7cc323d7 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-04 19:44:06 +00:00

25 lines
636 B
Makefile

# $NetBSD: Makefile,v 1.9 2012/10/04 19:44:07 asau Exp $
#
DISTNAME= passepartout-0.3
PKGREVISION= 3
CATEGORIES= print
MASTER_SITES= http://www.stacken.kth.se/project/pptout/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://www.stacken.kth.se/project/pptout/
COMMENT= Desktop publishing for X
PKG_DESTDIR_SUPPORT= none
USE_TOOLS+= gs:run
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
BUILDLINK_TRANSFORM+= S:-Wold-style-casts:
.include "../../x11/gtkmm/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../textproc/libxml++1/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"