2004-01-05 04:59:01 +01:00
|
|
|
# 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
|
2005-07-09 04:35:55 +02:00
|
|
|
MASTER_SITES= http://errl.info/pywmdockapps/downloads/current/
|
2004-01-05 04:59:01 +01:00
|
|
|
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
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|