openbsd-ports/geo/qgis/Makefile

61 lines
1.5 KiB
Makefile

# $OpenBSD: Makefile,v 1.4 2009/08/12 20:05:57 sthen Exp $
COMMENT = desktop geographical information system
DISTNAME = qgis_1.0.2
PKGNAME = ${DISTNAME:L:S/_/-/}p2
CATEGORIES = geo x11
SHARED_LIBS = qgis_core 0.0 \
qgis_gui 0.0 \
qgispython 0.0 # .1.0
HOMEPAGE = http://www.qgis.org/
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MAINTAINER = Landry Breuil <gaston@gcu.info>
MASTER_SITES = http://download.osgeo.org/qgis/src/
WRKDIST = ${WRKDIR}/${DISTNAME:S/_/-/}
MODULES = devel/cmake \
lang/python
BUILD_DEPENDS = ::x11/py-qt4 \
:py-gdal-*:geo/gdal,-python \
::devel/bison
RUN_DEPENDS = ::x11/py-qt4 \
:py-gdal-*:geo/gdal,-python \
:desktop-file-utils-*:devel/desktop-file-utils
LIB_DEPENDS = proj::devel/proj \
QtGui,QtNetwork,QtXml,QtSql,QtCore,QtSvg::x11/qt4 \
gdal::geo/gdal \
geos_c::geo/geos \
gsl,gslcblas::devel/gsl \
pq:postgresql-client-*:databases/postgresql
WANTLIB += ICE SM X11 Xext Xi Xinerama Xrender c expat fontconfig \
freetype glib-2.0 gthread-2.0 m png pthread sqlite3 \
stdc++ z
pre-configure:
${SUBST_CMD} ${WRKSRC}/cmake/Find{GDAL,GEOS,Postgres}.cmake
post-install:
mv ${PREFIX}/man/man1/qgis.{man,1}
${INSTALL_DATA_DIR} ${PREFIX}/share/{pixmaps,applications}
ln ${PREFIX}/share/{qgis/images/icons,pixmaps}/qgis-icon.png
${SUBST_CMD} -c ${WRKSRC}/debian/qgis.desktop \
${PREFIX}/share/applications/qgis.desktop
chown ${SHAREOWN}:${SHAREGRP} \
${PREFIX}/share/applications/qgis.desktop
.include <bsd.port.mk>