pkgsrc-wip/qgis/Makefile

38 lines
1.1 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.11 2008/01/18 04:30:16 tnn2 Exp $
#
2005-12-28 18:33:08 +01:00
DISTNAME= qgis-0.7.4
PKGREVISION= 1
2006-01-17 10:13:36 +01:00
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qgis/}
MAINTAINER= mchittur@cs.nmsu.edu
2006-01-17 10:13:36 +01:00
HOMEPAGE= http://qgis.org/
2005-12-28 18:33:08 +01:00
COMMENT= Open Source Geographic Information System
2006-01-17 10:13:36 +01:00
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
2006-09-14 20:53:09 +02:00
USE_LANGUAGES= c c++
2005-12-28 18:33:08 +01:00
USE_LIBTOOL= YES
2006-01-17 10:13:36 +01:00
CONFIGURE_ARGS+= --without-grass
2006-01-17 10:13:36 +01:00
SUBST_CLASSES+= qtbindir
2005-12-28 18:33:08 +01:00
SUBST_STAGE.qtbindir= pre-build
SUBST_FILES.qtbindir= create_qm_files.sh
2006-01-17 10:13:36 +01:00
SUBST_SED.qtbindir+= -e 's:@QTBINDIR:${QTDIR}/bin:g'
SUBST_MESSAGE.qtbindir= Fixing QT bin path.
2005-12-28 18:33:08 +01:00
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../geography/gdal-lib/buildlink3.mk"
.include "../../math/gsl/buildlink3.mk"
2005-12-28 18:33:08 +01:00
.include "../../x11/qt3-libs/buildlink3.mk"
.include "../../x11/qt3-tools/buildlink3.mk"
.include "../../mk/pgsql.buildlink3.mk"
# XXX Please verify whether qt3-tools is really needed at run-time.
# If it is, then remove this comment. If it is not, then remove
# this comment and the line below, and bump PKGREVISION.
BUILDLINK_DEPMETHOD.qt3-tools= full
.include "../../mk/bsd.pkg.mk"