diff options
author | asami <asami@FreeBSD.org> | 1995-04-09 07:09:55 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-09 07:09:55 +0000 |
commit | f056dadae80c38934e3c407cf909c480964e5e9b (patch) | |
tree | 1f2625c45ad59334f64677622a14ba76f8a41be3 /graphics/xli | |
parent | 513df593711426d8ece76d258b3a1539fc57cebb (diff) | |
download | FreeBSD-ports-f056dadae80c38934e3c407cf909c480964e5e9b.zip FreeBSD-ports-f056dadae80c38934e3c407cf909c480964e5e9b.tar.gz |
Yet another round of Makefile updates, graphics version.
Diffstat (limited to 'graphics/xli')
-rw-r--r-- | graphics/xli/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index d695191..9f26171 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -3,16 +3,17 @@ # Date created: 24 November 1994 # Whom: asami # -# $Id: Makefile,v 1.3 1995/03/24 11:09:14 asami Exp $ +# $Id: Makefile,v 1.4 1995/04/01 12:46:08 jkh Exp $ # DISTNAME= xli.1.16 -USE_IMAKE= yes -MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/ +PKGNAME= xli-1.16 CATEGORIES+= graphics x11 -MAINTAINER= asami@FreeBSD.ORG -EXTRACT_SUFX= .tar.gz +MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/ + +MAINTAINER= ports@FreeBSD.ORG + +USE_IMAKE= yes NO_WRKSUBDIR= yes -# PKG_CMD= pkg_create -N .include <bsd.port.mk> |