summaryrefslogtreecommitdiff
path: root/x11/wmmatrix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/wmmatrix/Makefile')
-rw-r--r--x11/wmmatrix/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11/wmmatrix/Makefile b/x11/wmmatrix/Makefile
new file mode 100644
index 000000000000..ea716c1bc53d
--- /dev/null
+++ b/x11/wmmatrix/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: wmMatrix
+# Version required: 0.2
+# Date created: 13 October 1999
+# Whom: Brian Handy <handy@physics.montana.edu>
+#
+# $FreeBSD$
+
+DISTNAME= wmMatrix-0.2
+PKGNAME= wmmatrix-0.2
+CATEGORIES= x11 windowmaker
+MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/
+
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+ALL_TARGET= clean all
+
+.include <bsd.port.mk>