summaryrefslogtreecommitdiff
path: root/graphics/pixmap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pixmap/Makefile')
-rw-r--r--graphics/pixmap/Makefile22
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>