a5f9cc91c2
x11-fonts/, x11-toolkits and x11-wm to new USES=python Approved by: portmgr (implicit)
21 lines
416 B
Makefile
21 lines
416 B
Makefile
# Created by: Sofian Brabez <sbz@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= SquareMap
|
|
PORTVERSION= 1.0.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-toolkits python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sbz@FreeBSD.org
|
|
COMMENT= Hierarchic visualization control for wxPython
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
USE_WX= 2.8
|
|
WX_COMPS= python
|
|
|
|
.include <bsd.port.mk>
|