aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/wmcp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/wmcp/Makefile')
-rw-r--r--x11-wm/wmcp/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/x11-wm/wmcp/Makefile b/x11-wm/wmcp/Makefile
deleted file mode 100644
index fd556be14d81..000000000000
--- a/x11-wm/wmcp/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: wmcp
-# Version required: 1.2.6
-# Date created: 10 February 1999
-# Whom: Jim Mock <jim@phrantic.phear.net>
-#
-# $Id: Makefile,v 1.1.1.1 1999/03/30 18:46:36 taoka Exp $
-#
-
-DISTNAME= wmcp-1.2.6
-CATEGORIES= misc windowmaker
-MASTER_SITES= http://users.linuxbox.com/~bac/src/wmcp/
-
-MAINTAINER= jim@phrantic.phear.net
-
-LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
-
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-
-.include <bsd.port.pre.mk>
-
-pre-build:
- (cd ${WRKSRC} && ${GMAKE} clean)
-
-do-build:
- (cd ${WRKSRC} && make)
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/wmcp ${PREFIX}/bin
-
-.include <bsd.port.post.mk>