aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-wmdockapps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/py-wmdockapps/Makefile')
-rw-r--r--x11-toolkits/py-wmdockapps/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/x11-toolkits/py-wmdockapps/Makefile b/x11-toolkits/py-wmdockapps/Makefile
deleted file mode 100644
index 344412219e99..000000000000
--- a/x11-toolkits/py-wmdockapps/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: pywmgeneral
-# Date created: Jan 5, 2004
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= wmgeneral
-PORTVERSION= 0.1
-CATEGORIES= x11-toolkits python windowmaker
-MASTER_SITES= http://errl.info/pywmdockapps/downloads/current/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= py${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A library that makes it possible to write WindowMaker dockapps in Python
-
-USE_XLIB= yes
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-
-post-patch:
- ${REINPLACE_CMD} 's|/usr/X11R6|${X11BASE}|' ${WRKSRC}/setup.py
-
-.include <bsd.port.mk>