aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoravilla <avilla@FreeBSD.org>2010-11-02 07:08:09 +0800
committeravilla <avilla@FreeBSD.org>2010-11-02 07:08:09 +0800
commit58df413787cdbbd822af378ac47303977c5d3690 (patch)
treeaeccb6ff33649badd1190952895e11dfe12862a7
parent650c87c6944ab38dd9d632f7f0eb50a55a647d94 (diff)
downloadfreebsd-ports-gnome-58df413787cdbbd822af378ac47303977c5d3690.tar.gz
freebsd-ports-gnome-58df413787cdbbd822af378ac47303977c5d3690.tar.zst
freebsd-ports-gnome-58df413787cdbbd822af378ac47303977c5d3690.zip
- Update MASTER_SITES.
- Add LICENSE.
-rw-r--r--graphics/qtgtl/Makefile5
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