summaryrefslogtreecommitdiff
path: root/print/bww2tex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/bww2tex/Makefile')
-rw-r--r--print/bww2tex/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/print/bww2tex/Makefile b/print/bww2tex/Makefile
new file mode 100644
index 00000000000..fc105b9f9ee
--- /dev/null
+++ b/print/bww2tex/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/01/23 18:16:40 fredb Exp $
+#
+
+DISTNAME= bww2tex-2.00
+PKGNAME= tex-${DISTNAME}
+CATEGORIES= print
+MASTER_SITES= http://www.stanford.edu/~wrinnes/bagpipe.tex/bww2tex/
+DISTFILES= bww2tex200.tar.gz
+
+MAINTAINER= dgriffi@cs.csubak.edu
+HOMEPAGE= http://www.stanford.edu/~wrinnes/bagpipe.tex/bww2tex/
+COMMENT= Bagpipe Music Writer Gold to BagpipeTeX converter
+
+BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
+
+NO_CONFIGURE= yes
+WRKSRC= ${WRKDIR}
+MAKEFILE= ${WRKSRC}/makefile
+
+do-install:
+ ${INSTALL_MAN} ${FILESDIR}/bww2tex.1 \
+ ${PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/bww2tex \
+ ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"