pkgsrc-wip/passepartout/Makefile
Thomas Klausner 41f92d5420 Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:46:54 +00:00

23 lines
619 B
Makefile

# $NetBSD: Makefile,v 1.8 2010/06/13 22:47:13 thomasklausner 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
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"