diff options
Diffstat (limited to 'graphics/boxer/Makefile')
-rw-r--r-- | graphics/boxer/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/boxer/Makefile b/graphics/boxer/Makefile index e2c6ae77f72b..d2969159eac3 100644 --- a/graphics/boxer/Makefile +++ b/graphics/boxer/Makefile @@ -6,7 +6,7 @@ # PORTNAME= boxer -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= graphics MASTER_SITES= SF/boxc/${PORTNAME:C/^b/B/}%20-%20the%20Box%20GUI/${DISTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,9 @@ 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 |