diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-27 17:18:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-27 17:18:00 +0800 |
commit | dbd6245b558c14c737f4de64ebc0e7cff221c8ae (patch) | |
tree | 48f30ef94e8dad34d93c76bb4bbe6ad65e225e1d | |
parent | 05d1a97c0af550b05bb2cd36ba4e7d7df4f4e6ef (diff) | |
download | freebsd-ports-gnome-dbd6245b558c14c737f4de64ebc0e7cff221c8ae.tar.gz freebsd-ports-gnome-dbd6245b558c14c737f4de64ebc0e7cff221c8ae.tar.zst freebsd-ports-gnome-dbd6245b558c14c737f4de64ebc0e7cff221c8ae.zip |
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Support PLIST_FILES
PR: 187065
Submitted by: ports fury
-rw-r--r-- | astro/rmap/Makefile | 13 | ||||
-rw-r--r-- | astro/rmap/pkg-descr | 13 | ||||
-rw-r--r-- | astro/rmap/pkg-plist | 5 |
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%% |