diff options
author | avilla <avilla@FreeBSD.org> | 2010-11-02 07:08:09 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2010-11-02 07:08:09 +0800 |
commit | 58df413787cdbbd822af378ac47303977c5d3690 (patch) | |
tree | aeccb6ff33649badd1190952895e11dfe12862a7 | |
parent | 650c87c6944ab38dd9d632f7f0eb50a55a647d94 (diff) | |
download | freebsd-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/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 |