pkgsrc/print/bg5pdf/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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.
2004-10-03 00:12:51 +00:00

28 lines
762 B
Makefile

# $NetBSD: Makefile,v 1.9 2004/10/03 00:18:03 tv Exp $
#
DISTNAME= bg5pdf-1.0.0
PKGREVISION= 1
CATEGORIES= print chinese
MASTER_SITES= http://students.washington.edu/cschin/bg5ps/bg5pdf/
MAINTAINER= rxg@NetBSD.org
HOMEPAGE= http://students.washington.edu/cschin/bg5ps/bg5pdf/
COMMENT= Wrap big5 encoding text file into PDF file by using PDFlib
WRKSRC= ${WRKDIR}/bg5pdf
USE_BUILDLINK3= yes
PYTHON_VERSIONS_ACCEPTED= 21
PYBINMODULE= # defined
PY_PATCHPLIST= yes
PYTHON_PATCH_SCRIPTS= bg5pdf
MAKE_ENV+= PYINC=${PYINC} PYSITELIB=${PYSITELIB}
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"