aboutsummaryrefslogtreecommitdiff
path: root/graphics/pixmap
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-09 07:09:55 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-09 07:09:55 +0000
commit7f6c181f3858aaf4e88fb144597b8634b03a89d0 (patch)
tree50458c593c017954928a3a698c0a8f4fa0143954 /graphics/pixmap
parent94105bca125e0ac414db212cb79fae3d10e52321 (diff)
downloadports-7f6c181f3858aaf4e88fb144597b8634b03a89d0.tar.gz
ports-7f6c181f3858aaf4e88fb144597b8634b03a89d0.zip
Notes
Diffstat (limited to 'graphics/pixmap')
-rw-r--r--graphics/pixmap/Makefile11
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>