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/dviselect | |
parent | 91552dc4b8e8dc93dc41e5aa4ccc3d7e924dd6ac (diff) |
Print Makefiles...this one was tough!
Notes
Notes:
svn path=/head/; revision=1360
Diffstat (limited to 'print/dviselect')
-rw-r--r-- | print/dviselect/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/print/dviselect/Makefile b/print/dviselect/Makefile index c16fe21b7f4b..efd437ab4f4c 100644 --- a/print/dviselect/Makefile +++ b/print/dviselect/Makefile @@ -1,6 +1,15 @@ +# New ports collection makefile for: dviselect +# Version required: ? +# Date created: 12 October 1994 +# Whom: jmz +# +# $Id$ +# + DISTNAME= dviselect -MASTER_SITES= ftp://ftp.cs.umn.edu/pub/latex/software/ CATEGORIES+= printing +MASTER_SITES= ftp://ftp.cs.umn.edu/pub/latex/software/ + MAINTAINER= jmz@FreeBSD.org pre-install: |