summaryrefslogtreecommitdiff
path: root/print/bww2tex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/bww2tex/Makefile')
-rw-r--r--print/bww2tex/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/print/bww2tex/Makefile b/print/bww2tex/Makefile
deleted file mode 100644
index f63e740ab19..00000000000
--- a/print/bww2tex/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2005/06/17 03:50:30 jlam Exp $
-#
-
-DISTNAME= bww2tex-2.00
-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
-
-WRKSRC= ${WRKDIR}
-NO_CONFIGURE= yes
-MAKEFILE= ${WRKSRC}/makefile
-
-INSTALLATION_DIRS= bin man/man1
-
-do-install:
- ${INSTALL_MAN} ${FILESDIR}/bww2tex.1 \
- ${PREFIX}/man/man1
- ${INSTALL_PROGRAM} ${WRKSRC}/bww2tex \
- ${PREFIX}/bin
-
-.include "../../mk/bsd.pkg.mk"