summaryrefslogtreecommitdiff
path: root/x11-wm/wmcp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/wmcp/Makefile')
-rw-r--r--x11-wm/wmcp/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/x11-wm/wmcp/Makefile b/x11-wm/wmcp/Makefile
deleted file mode 100644
index 54c301f4b97f..000000000000
--- a/x11-wm/wmcp/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: wmcp
-# Date created: 10 February 1999
-# Whom: Jim Mock <jim@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= wmcp
-PORTVERSION= 1.2.8
-CATEGORIES= misc windowmaker
-MASTER_SITES= http://soupnazi.org/FreeBSD/ports/distfiles/
-
-MAINTAINER= jim@FreeBSD.org
-COMMENT= A dockable pager for Window Maker
-
-USE_X_PREFIX= yes
-USE_XPM= yes
-ALL_TARGET= clean wmcp
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/wmcp ${PREFIX}/bin
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 501000
-BROKEN= "Does not compile"
-.endif
-
-.include <bsd.port.post.mk>