freebsd-ports/graphics/boxer/Makefile
Dennis Herrmann e695d2c2db - Update to to 0.3.1
PR:		ports/160114
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-08-31 22:14:26 +00:00

27 lines
573 B
Makefile

# Ports collection makefile for: boxer
# Date created: 2010-11-20
# Whom: Charlie Kester <corky1951@comcast.net>
#
# $FreeBSD$
#
PORTNAME= boxer
PORTVERSION= 0.3.1
CATEGORIES= graphics
MASTER_SITES= SF/boxc/${PORTNAME:C/^b/B/}%20-%20the%20Box%20GUI/${DISTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= GUI for Box the figure description language
LICENSE= GPLv3 # (or later)
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= box:${PORTSDIR}/graphics/box
USE_GNOME= pygtk2
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>