pkgsrc/print/bg5pdf/Makefile
joerg 25a80fb4ab Remove PYBINMODULE. All it did was mark some packages as not available
on some platforms that lacked shared library support in the past. The
list hasn't been maintained at all and the gain is very limited, so just
get rid of it.
2009-03-05 18:51:26 +00:00

28 lines
735 B
Makefile

# $NetBSD: Makefile,v 1.18 2009/03/05 18:51:30 joerg Exp $
DISTNAME= bg5pdf-1.0.0
PKGREVISION= 5
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"