diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-02-28 01:09:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-02-28 01:09:58 +0000 |
commit | 713d629c8f18e652725a6460f11414fa1f24c7f0 (patch) | |
tree | eedf8cc2f80538a972f0289065117e98a0136a9e /graphics/pixmap | |
parent | 169b5ef3135298828a606cddfa9b03421cf090db (diff) | |
download | ports-713d629c8f18e652725a6460f11414fa1f24c7f0.tar.gz ports-713d629c8f18e652725a6460f11414fa1f24c7f0.zip |
Notes
Diffstat (limited to 'graphics/pixmap')
-rw-r--r-- | graphics/pixmap/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/pixmap/Makefile b/graphics/pixmap/Makefile index a084a5f6d85e..482427117e0a 100644 --- a/graphics/pixmap/Makefile +++ b/graphics/pixmap/Makefile @@ -1,5 +1,14 @@ +# New ports collection makefile for: pixmap +# Version required: 2.6 +# Date created: 19 February 1995 +# Whom: jmz +# +# $Id: Makefile,v 1.5 1995/01/13 12:49:18 jkh Exp $ +# + USE_IMAKE= yes DISTNAME= pixmap +PKGNAME= pixmap-2.6 LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm MASTER_SITES= ftp://ftp.x.org/pub/R6untarred/contrib/programs/ |