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 5f0a6d36f732..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://users.linuxbox.com/~bac/src/wmcp/
-
-MAINTAINER= jim@FreeBSD.org
-
-LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
-
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-
-pre-build:
- (cd ${WRKSRC} && ${GMAKE} clean)
-
-do-build:
- (cd ${WRKSRC} && ${GMAKE})
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/wmcp ${PREFIX}/bin
-
-.include <bsd.port.mk>