aboutsummaryrefslogtreecommitdiff
path: root/astro/rmap
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-27 09:18:00 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-27 09:18:00 +0000
commit47be6df457c9854136f05a31f5331bfe36de1265 (patch)
tree48f30ef94e8dad34d93c76bb4bbe6ad65e225e1d /astro/rmap
parentb9594659331b70b27540349d802f23a172b6cc10 (diff)
downloadports-47be6df457c9854136f05a31f5331bfe36de1265.tar.gz
ports-47be6df457c9854136f05a31f5331bfe36de1265.zip
- Update MASTER_SITES and WWW: line
- Add LICENSE - Support PLIST_FILES PR: 187065 Submitted by: ports fury
Notes
Notes: svn path=/head/; revision=346292
Diffstat (limited to 'astro/rmap')
-rw-r--r--astro/rmap/Makefile13
-rw-r--r--astro/rmap/pkg-descr13
-rw-r--r--astro/rmap/pkg-plist5
3 files changed, 15 insertions, 16 deletions
diff --git a/astro/rmap/Makefile b/astro/rmap/Makefile
index e9f6c1c3a529..790dcadc1c28 100644
--- a/astro/rmap/Makefile
+++ b/astro/rmap/Makefile
@@ -5,20 +5,23 @@ PORTNAME= rmap
PORTVERSION= 1.2
PORTREVISION= 12
CATEGORIES= astro geography
-MASTER_SITES= http://www.reza.net/rmap/
+MASTER_SITES= http://reza.net/rmap/
MAINTAINER= ports@FreeBSD.org
COMMENT= Generates images of the Earth centered at a particular location
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2014-03-07
+LICENCE= GPLv2 # (or later)
LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
-GNU_CONFIGURE= yes
USES= gmake
+GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
-CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
+LDFLAGS+= -L${LOCALBASE}/lib
+
+PLIST_FILES= bin/rmap man/man1/rmap.1.gz %%DATADIR%%/earth.rez \
+ %%DATADIR%%/rmap.colors
+PLIST_DIRS= %%DATADIR%%
.include <bsd.port.mk>
diff --git a/astro/rmap/pkg-descr b/astro/rmap/pkg-descr
index 1b9ea11fa937..c838170dbd05 100644
--- a/astro/rmap/pkg-descr
+++ b/astro/rmap/pkg-descr
@@ -1,7 +1,8 @@
-This program generates, but does not display, image files containing raster
-maps of the Earth. It includes public-domain, vector data from which they
-are drawn, describing the continents, bodies of water, boundaries of
-countries and U.S. states, and a few cities. Command-line options allow
-centering the maps at a particular latitude and longitude and zooming in.
+This program generates, but does not display, image files containing
+raster maps of the Earth. It includes public-domain, vector data from
+which they are drawn, describing the continents, bodies of water,
+boundaries of countries and U.S. states, and a few cities. Command-line
+options allow centering the maps at a particular latitude and longitude
+and zooming in.
-WWW: http://www.reza.net/rmap/
+WWW: http://reza.net/cms/index.php?page=rmap_-_Global_Vector-Based_Mapping_Software
diff --git a/astro/rmap/pkg-plist b/astro/rmap/pkg-plist
deleted file mode 100644
index 19a0b0a938b6..000000000000
--- a/astro/rmap/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/rmap
-man/man1/rmap.1.gz
-%%DATADIR%%/earth.rez
-%%DATADIR%%/rmap.colors
-@dirrm %%DATADIR%%