diff options
author | jkh <jkh@FreeBSD.org> | 1994-10-22 13:42:23 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-10-22 13:42:23 +0800 |
commit | 657a345d90653af9ee9443c8334615d49b894977 (patch) | |
tree | f5c01cb9a0dc08517893eebef6c7e50e30124370 /print/ghostview/Makefile | |
parent | f0ee35664169b54b2814f67ff405735c3c068a38 (diff) | |
download | freebsd-ports-gnome-657a345d90653af9ee9443c8334615d49b894977.tar.gz freebsd-ports-gnome-657a345d90653af9ee9443c8334615d49b894977.tar.zst freebsd-ports-gnome-657a345d90653af9ee9443c8334615d49b894977.zip |
ghostview 1.5.
Diffstat (limited to 'print/ghostview/Makefile')
-rw-r--r-- | print/ghostview/Makefile | 14 |
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> |