diff options
author | asami <asami@FreeBSD.org> | 1995-04-15 12:34:11 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-15 12:34:11 +0800 |
commit | 6c080e298acb9105dcb8020a91d2e4a862c7a996 (patch) | |
tree | 0da5d14c327d967aae446dbc576653c0264cb7df /print/dvips | |
parent | e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8 (diff) | |
download | freebsd-ports-gnome-6c080e298acb9105dcb8020a91d2e4a862c7a996.tar.gz freebsd-ports-gnome-6c080e298acb9105dcb8020a91d2e4a862c7a996.tar.zst freebsd-ports-gnome-6c080e298acb9105dcb8020a91d2e4a862c7a996.zip |
Print Makefiles...this one was tough!
Diffstat (limited to 'print/dvips')
-rw-r--r-- | print/dvips/Makefile | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/print/dvips/Makefile b/print/dvips/Makefile index b6f4eae31ebf..7ff7ef1baf2d 100644 --- a/print/dvips/Makefile +++ b/print/dvips/Makefile @@ -1,10 +1,21 @@ -DISTFILES= dvips558.tar.gz +# New ports collection makefile for: dvips +# Version required: 5.58 +# Date created: 30 September 1994 +# Whom: jmz +# +# $Id$ +# + DISTNAME= dvips -MASTER_SITES= ftp://ftp.tex.ac.uk/tex-archive/dviware/dvips/ +PKGNAME= dvips-5.58 CATEGORIES+= printing -IS_INTERACTIVE= yes +MASTER_SITES= ftp://ftp.tex.ac.uk/tex-archive/dviware/dvips/ +DISTFILES= dvips558.tar.gz + MAINTAINER= jmz@FreeBSD.org +IS_INTERACTIVE= yes + pre-install: @mkdir -p ${PREFIX}/lib/texmf @mkdir -p ${PREFIX}/man/man1 |