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/xdvi | |
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/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: |