pkgsrc/print/bg5pdf/Makefile
wiz e8d8834f6a 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:43:46 +00:00

28 lines
733 B
Makefile

# $NetBSD: Makefile,v 1.22 2010/06/13 22:45:14 wiz Exp $
DISTNAME= bg5pdf-1.0.0
PKGREVISION= 9
CATEGORIES= print chinese
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= rxg@NetBSD.org
# HOMEPAGE= http://students.washington.edu/cschin/bg5ps/bg5pdf/
COMMENT= Wrap big5 encoding text file into PDF file by using PDFlib
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/bg5pdf
PY_PATCHPLIST= yes
PYTHON_PATCH_SCRIPTS= bg5pdf
INSTALLATION_DIRS= bin ${PYSITELIB}
MAKE_ENV+= PYINC=${PYINC:Q} PYSITELIB=${PYSITELIB:Q}
post-extract:
${RM} -f ${WRKSRC}/bg5pdflib.so
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../print/pdflib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"