1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/x11-toolkits/py-wmdockapps/Makefile
Martin Wilke 624a416047 - Respect X11BASE
PR:		ports/105879
Submitted by:	trasz
2006-11-27 22:03:29 +00:00

27 lines
608 B
Makefile

# 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>