diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-08-16 00:05:53 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-08-16 00:05:53 +0000 |
commit | e726c6178fc10fcce1b6796eb362aaa853e05a6a (patch) | |
tree | 7ec4705b70a9cf0a9e27493c027aa6d027d3e257 /graphics/qgis/Makefile | |
parent | a0a8e4e20f12270cebfd8386080521533672b79d (diff) | |
download | ports-e726c6178fc10fcce1b6796eb362aaa853e05a6a.tar.gz ports-e726c6178fc10fcce1b6796eb362aaa853e05a6a.zip |
Notes
Diffstat (limited to 'graphics/qgis/Makefile')
-rw-r--r-- | graphics/qgis/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index ee8f4374554a..7bc111afa32f 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -9,11 +9,10 @@ PORTNAME= qgis PORTVERSION= 0.7.4 PORTREVISION= 3 CATEGORIES= graphics geography -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR=${PORTNAME} +MASTER_SITES= SF -MAINTAINER= lrntct@gmail.com -COMMENT= A Geographical Information System (GIS) data viewer +MAINTAINER= dyeske@gmail.com +COMMENT= Geographical Information System (GIS) data viewer LIB_DEPENDS= geos:${PORTSDIR}/graphics/geos \ proj:${PORTSDIR}/graphics/proj \ @@ -30,17 +29,13 @@ MAN1= qgis.1 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-qtdir=${QTDIR} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes OPTIONS= GRASS "Enable GRASS support" Off \ POSTGIS "Enable PostGIS support" Off .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= Does not build on FreeBSD versions prior to 5 -.endif - .if !defined (QTDIR) QTDIR= ${QT_PREFIX} .endif |