diff options
author | avilla <avilla@FreeBSD.org> | 2010-11-01 23:08:09 +0000 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2010-11-01 23:08:09 +0000 |
commit | 58df413787cdbbd822af378ac47303977c5d3690 (patch) | |
tree | aeccb6ff33649badd1190952895e11dfe12862a7 /graphics/qtgtl | |
parent | 650c87c6944ab38dd9d632f7f0eb50a55a647d94 (diff) | |
download | FreeBSD-ports-58df413787cdbbd822af378ac47303977c5d3690.zip FreeBSD-ports-58df413787cdbbd822af378ac47303977c5d3690.tar.gz |
- Update MASTER_SITES.
- Add LICENSE.
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 52a0fa4..57daa0f 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 |