Changelog: - https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt PR: 246218 Approved by: tcberner (mentor) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D24808
21 lines
421 B
Makefile
21 lines
421 B
Makefile
# Created by: Sofian Brabez <sbz@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= SquareMap
|
|
PORTVERSION= 1.0.4
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11-toolkits python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sbz@FreeBSD.org
|
|
COMMENT= Hierarchic visualization control for wxPython
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= python:2.7
|
|
USE_PYTHON= distutils autoplist
|
|
USE_WX= 3.0+
|
|
WX_COMPS= python
|
|
|
|
.include <bsd.port.mk>
|