diff options
author | asami <asami@FreeBSD.org> | 1995-02-28 09:09:58 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-02-28 09:09:58 +0800 |
commit | bb1dd0889abcc299c62ac7eaa2ef104e48cfa092 (patch) | |
tree | 319a0096cf0c2091ade1b6618af71d8b244ac3d6 /graphics/pixmap | |
parent | 6336d6bdc88d098ab9e89b2710c514c3b078e822 (diff) | |
download | freebsd-ports-gnome-bb1dd0889abcc299c62ac7eaa2ef104e48cfa092.tar.gz freebsd-ports-gnome-bb1dd0889abcc299c62ac7eaa2ef104e48cfa092.tar.zst freebsd-ports-gnome-bb1dd0889abcc299c62ac7eaa2ef104e48cfa092.zip |
Add header.
Define PKGNAME to reflect version number (2.6).
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/ |