diff options
author | bouyer <bouyer@pkgsrc.org> | 1998-01-23 11:24:57 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 1998-01-23 11:24:57 +0000 |
commit | e97b264e79c66447d06982aa23770f7dcf628df2 (patch) | |
tree | d303b1c786b35ef7d875e08e353899466b3b3baf /graphics/pixmap/Makefile | |
parent | 8b58a1d6ba649625e38de77eda40f4fbf8ec125d (diff) | |
download | pkgsrc-e97b264e79c66447d06982aa23770f7dcf628df2.tar.gz |
Import from the FreeBSD port collection.
Diffstat (limited to 'graphics/pixmap/Makefile')
-rw-r--r-- | graphics/pixmap/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/pixmap/Makefile b/graphics/pixmap/Makefile new file mode 100644 index 00000000000..db8efe565e3 --- /dev/null +++ b/graphics/pixmap/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: pixmap +# Version required: 2.6 +# Date created: 19 February 1995 +# Whom: jmz +# +# $Id: Makefile,v 1.1.1.1 1998/01/23 11:24:57 bouyer Exp $ +# + +DISTNAME= pixmap2.6 +PKGNAME= pixmap-2.6 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications/pixmap + +MAINTAINER= jmz@FreeBSD.org + +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +WRKSRC= ${WRKDIR}/pixmap +USE_IMAKE= yes + +.include <bsd.port.mk> |