diff options
author | asami <asami@FreeBSD.org> | 1995-04-09 15:09:55 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-09 15:09:55 +0800 |
commit | f056dadae80c38934e3c407cf909c480964e5e9b (patch) | |
tree | 1f2625c45ad59334f64677622a14ba76f8a41be3 /graphics/pixmap | |
parent | 513df593711426d8ece76d258b3a1539fc57cebb (diff) | |
download | freebsd-ports-gnome-f056dadae80c38934e3c407cf909c480964e5e9b.tar.gz freebsd-ports-gnome-f056dadae80c38934e3c407cf909c480964e5e9b.tar.zst freebsd-ports-gnome-f056dadae80c38934e3c407cf909c480964e5e9b.zip |
Yet another round of Makefile updates, graphics version.
Diffstat (limited to 'graphics/pixmap')
-rw-r--r-- | graphics/pixmap/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/graphics/pixmap/Makefile b/graphics/pixmap/Makefile index e6aaf7b9cbee..bc291f10294c 100644 --- a/graphics/pixmap/Makefile +++ b/graphics/pixmap/Makefile @@ -3,14 +3,17 @@ # Date created: 19 February 1995 # Whom: jmz # -# $Id: Makefile,v 1.4 1995/02/28 05:06:26 asami Exp $ +# $Id: Makefile,v 1.5 1995/04/01 12:45:58 jkh Exp $ # -USE_IMAKE= yes DISTNAME= pixmap2.6 -LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/pixmap/ +PKGNAME= pixmap-2.6 CATEGORIES+= graphics +MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/pixmap/ + +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + WRKSRC= ${WRKDIR}/pixmap +USE_IMAKE= yes .include <bsd.port.mk> |