diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-06-30 08:37:49 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-06-30 08:37:49 +0000 |
commit | a1334cc5336a99e37ca77595c60f68012e2bb0bc (patch) | |
tree | df4588a3eebe74807d57f164b1c860b1243ffb47 /x11-toolkits/py-wmdockapps/Makefile | |
parent | 253b88d8be9b64b5c3997611b2748738f6050bda (diff) | |
download | ports-a1334cc5336a99e37ca77595c60f68012e2bb0bc.tar.gz ports-a1334cc5336a99e37ca77595c60f68012e2bb0bc.zip |
Notes
Diffstat (limited to 'x11-toolkits/py-wmdockapps/Makefile')
-rw-r--r-- | x11-toolkits/py-wmdockapps/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/x11-toolkits/py-wmdockapps/Makefile b/x11-toolkits/py-wmdockapps/Makefile deleted file mode 100644 index 8be522feba05..000000000000 --- a/x11-toolkits/py-wmdockapps/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: David Thiel <lx@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= wmdockapps -PORTVERSION= 1.21 -PORTREVISION= 3 -CATEGORIES= x11-toolkits python windowmaker -MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Tools for making dockapps in Python - -DEPRECATED= Crufty and nothing depends on this -EXPIRATION_DATE= 2014-06-30 - -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes - -USE_XORG= x11 xpm xau xext xfixes xi - -post-patch: - ${REINPLACE_CMD} 's|/usr/X11R6|${LOCALBASE}|' ${WRKSRC}/setup.py - -.include <bsd.port.mk> |