blob: ed4cf490c69db3fc7442d7e0c456f6ef084d39d0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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
.include <bsd.port.mk>
|