aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/ctwm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/ctwm/Makefile')
-rw-r--r--x11-wm/ctwm/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-wm/ctwm/Makefile b/x11-wm/ctwm/Makefile
new file mode 100644
index 000000000000..a322483fcb15
--- /dev/null
+++ b/x11-wm/ctwm/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: ctwm
+# Version required: 3.2 patchlevel 1
+# Date created: 13 November 1994
+# Whom: torstenb
+#
+# $Id:$
+#
+
+DISTNAME= ctwm-3.2p1
+MASTER_SITES= ftp://ftp.x.org/contrib/window_managers/
+USE_IMAKE= YES
+EXTRACT_SUFX= .tar.Z
+.if !exists(/usr/X11R6/lib/libXpm.a)
+DEPENDS= ${PORTSDIR}/x11/xpm
+.endif
+
+.include <bsd.port.mk>