summaryrefslogtreecommitdiff
path: root/print/bg5pdf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/bg5pdf/Makefile')
-rw-r--r--print/bg5pdf/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/print/bg5pdf/Makefile b/print/bg5pdf/Makefile
deleted file mode 100644
index cf88c9d6464..00000000000
--- a/print/bg5pdf/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:06 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
-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"