2013-06-13 13:13:57 +02:00
|
|
|
# Created by: Sofian Brabez <sbz@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= SquareMap
|
2013-08-27 01:33:37 +02:00
|
|
|
PORTVERSION= 1.0.2
|
2013-06-13 13:13:57 +02:00
|
|
|
CATEGORIES= x11-toolkits python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= sbz@FreeBSD.org
|
|
|
|
COMMENT= Hierarchic visualization control for wxPython
|
|
|
|
|
|
|
|
LICENSE= BSD
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wxPython>0:${PORTSDIR}/x11-toolkits/py-wxPython28
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
|
2013-09-21 01:57:47 +02:00
|
|
|
NO_STAGE= yes
|
2013-06-13 13:13:57 +02:00
|
|
|
.include <bsd.port.mk>
|