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/xdvi | |
parent | 91552dc4b8e8dc93dc41e5aa4ccc3d7e924dd6ac (diff) |
Notes
Diffstat (limited to 'print/xdvi')
-rw-r--r-- | print/xdvi/Makefile | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/print/xdvi/Makefile b/print/xdvi/Makefile index 6c3aee78b1ad..c21f48be0f08 100644 --- a/print/xdvi/Makefile +++ b/print/xdvi/Makefile @@ -1,10 +1,21 @@ -DISTFILES= xdvi.tar.Z +# New ports collection makefile for: xdvi +# Version required: patchlevel 18 +# Date created: 1 October 1994 +# Whom: jmz +# +# $Id$ +# + DISTNAME= xdvi -MASTER_SITES= ftp://ftp.x.org/contrib/applications/ +PKGNAME= xdvi-pl18 CATEGORIES+= printing +MASTER_SITES= ftp://ftp.x.org/contrib/applications/ +DISTFILES= xdvi.tar.Z + +MAINTAINER= jmz@FreeBSD.org + USE_IMAKE= yes IS_INTERACTIVE= yes -MAINTAINER= jmz@FreeBSD.org .if !defined(BATCH) install: |