summaryrefslogtreecommitdiff
path: root/print/ghostview/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-10-22 05:42:23 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-10-22 05:42:23 +0000
commit00180e3a0fffe50dd117231982d710fbaf8d63cd (patch)
tree65d4406b569287ca23a2b5481e26424b73732e65 /print/ghostview/Makefile
parentnow version 2.17 (diff)
ghostview 1.5.
Notes
Notes: svn path=/head/; revision=252
Diffstat (limited to 'print/ghostview/Makefile')
-rw-r--r--print/ghostview/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/print/ghostview/Makefile b/print/ghostview/Makefile
new file mode 100644
index 000000000000..f33d671ba07b
--- /dev/null
+++ b/print/ghostview/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: ghostview
+# Version required: 1.5
+# Date created: 21 October 1994
+# Whom: jkh
+#
+# $Id: Makefile,v 1.6 1994/10/06 01:31:54 jkh Exp $
+#
+
+DISTNAME= ghostview-1.5
+USE_IMAKE= yes
+MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
+DEPENDS= ${PORTSDIR}/print/ghostscript
+
+.include <bsd.port.mk>