diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-05-11 06:23:52 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-05-11 06:23:52 +0800 |
commit | d41a396c07fcfdff2cd9bc9905658ef96c91fbc0 (patch) | |
tree | 6d7864d1ab4a4d548033421b955d9526b8c448af /graphics | |
parent | b6fed01f9b0b3be37b0b553baa000398598f7da2 (diff) | |
download | freebsd-ports-gnome-d41a396c07fcfdff2cd9bc9905658ef96c91fbc0.tar.gz freebsd-ports-gnome-d41a396c07fcfdff2cd9bc9905658ef96c91fbc0.tar.zst freebsd-ports-gnome-d41a396c07fcfdff2cd9bc9905658ef96c91fbc0.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|' \ |