summaryrefslogtreecommitdiff
path: root/print/dvidvi/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-10-26 22:33:50 +0000
committerwiz <wiz@pkgsrc.org>2000-10-26 22:33:50 +0000
commitab70a6cfcfe6ad3bbac623ff8f0488fd732fd731 (patch)
tree64d5189029c9e2f4002a339ce1218a29813927b1 /print/dvidvi/Makefile
parenteea3c22774fd36df29328300aea8f8da42b25476 (diff)
downloadpkgsrc-ab70a6cfcfe6ad3bbac623ff8f0488fd732fd731.tar.gz
Import of dvidvi-1.0: select and/or rearrange pages in a TeX dvi file.
Diffstat (limited to 'print/dvidvi/Makefile')
-rw-r--r--print/dvidvi/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/print/dvidvi/Makefile b/print/dvidvi/Makefile
new file mode 100644
index 00000000000..78648de1c44
--- /dev/null
+++ b/print/dvidvi/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/10/26 22:33:50 wiz Exp $
+#
+
+DISTNAME= dvidvi-1.0
+CATEGORIES= print
+MASTER_SITES= ftp://sunsite.univie.ac.at/pub/distfiles/
+
+MAINTAINER= dillo@giga.or.at
+
+NO_SRC_ON_FTP= Unable to determine distribution license
+NO_SRC_ON_CDROM=Unable to determine distribution license
+NO_BIN_ON_FTP= Unable to determine distribution license
+NO_BIN_ON_CDROM=Unable to determine distribution license
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/dvidvi ${PREFIX}/bin/dvidvi
+ ${INSTALL_MAN} ${WRKSRC}/dvidvi.1 ${PREFIX}/man/man1/dvidvi.1
+
+.include "../../mk/bsd.pkg.mk"