diff options
Diffstat (limited to 'graphics/qtgtl')
-rw-r--r-- | graphics/qtgtl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/qtgtl/Makefile b/graphics/qtgtl/Makefile index 52a0fa4b0ca6..57daa0f89d5b 100644 --- a/graphics/qtgtl/Makefile +++ b/graphics/qtgtl/Makefile @@ -7,12 +7,15 @@ PORTNAME= qtgtl PORTVERSION= 0.9.1 CATEGORIES= graphics devel -MASTER_SITES= http://www.opengtl.org/download/ +MASTER_SITES= http://download.opengtl.org/ DISTNAME= libQtGTL-${PORTVERSION} MAINTAINER= avilla@FreeBSD.org COMMENT= Qt bindings for the Graphics Transformation Languages +LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= GTLCore.0:${PORTSDIR}/graphics/opengtl USE_BZIP2= yes |