diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-05-11 06:23:52 +0800 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-05-11 06:23:52 +0800 |
commit | 64c32790689176eb61c9dce3e8712aa2cca85733 (patch) | |
tree | 6d7864d1ab4a4d548033421b955d9526b8c448af /graphics | |
parent | 636287c88839c0bbcdf94ccf687a5b45dce2c511 (diff) | |
download | freebsd-ports-gnome-64c32790689176eb61c9dce3e8712aa2cca85733.tar.gz freebsd-ports-gnome-64c32790689176eb61c9dce3e8712aa2cca85733.tar.zst freebsd-ports-gnome-64c32790689176eb61c9dce3e8712aa2cca85733.zip |
- Support staging.
- Set LICENSE.
PR: ports/189626
Submitted by: lbartoletti <coder@tuxfamily.org> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libreatlas/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libreatlas/Makefile b/graphics/libreatlas/Makefile index baf5109de273..224259d0dd7e 100644 --- a/graphics/libreatlas/Makefile +++ b/graphics/libreatlas/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ MAINTAINER= coder@tuxfamily.org COMMENT= Open Source Geography Education application +LICENSE= GPLv3 + LIB_DEPENDS= mspack:${PORTSDIR}/archivers/libmspack \ spatialite:${PORTSDIR}/databases/spatialite \ sqlite3:${PORTSDIR}/databases/sqlite3 \ @@ -45,7 +47,6 @@ PLIST_FILES= bin/LibreAtlas DESKTOP_ENTRIES="LibreAtlas" "${COMMENT}" "" "LibreAtlas" \ "Graphics;Viewer;" true -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|wx-config|$${WX_CONFIG}|' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' \ |