summaryrefslogtreecommitdiff
path: root/print/bg5ps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/bg5ps/Makefile')
-rw-r--r--print/bg5ps/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/print/bg5ps/Makefile b/print/bg5ps/Makefile
deleted file mode 100644
index a606c9cc95f..00000000000
--- a/print/bg5ps/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2005/10/22 13:05:53 wiz Exp $
-
-DISTNAME= bg5ps-1.3.0
-PKGREVISION= 1
-CATEGORIES= print converters
-MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/
-
-MAINTAINER= shell@NetBSD.org
-HOMEPAGE= http://students.washington.edu/cschin/bg5ps/
-COMMENT= Convert Big5/GB encoded files to postscript
-
-DEPENDS+= arphic-ttf>=2.11:../../fonts/arphic-ttf
-
-PKG_SYSCONFSUBDIR?= bg5ps
-
-post-patch:
- @${SED} 's|%%ETCDIR%%|${PKG_SYSCONFDIR}|g' \
- ${WRKSRC}/bg5ps > ${WRKSRC}/bg5ps.new
-
-.include "../../lang/python/extension.mk"
-.include "../../graphics/freetype-lib/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"