diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 04:34:11 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 04:34:11 +0000 |
commit | a28c2d8099f0f0cc8c0385a9a98b295cc60a943b (patch) | |
tree | ae1f986aa2e9664c1c9d92ffd5dcd33d331087e4 /print/dvips | |
parent | 91552dc4b8e8dc93dc41e5aa4ccc3d7e924dd6ac (diff) | |
download | ports-a28c2d8099f0f0cc8c0385a9a98b295cc60a943b.tar.gz ports-a28c2d8099f0f0cc8c0385a9a98b295cc60a943b.zip |
Print Makefiles...this one was tough!
Notes
Notes:
svn path=/head/; revision=1360
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 |