- Update MASTER_SITES and WWW: line
- Add LICENSE - Support PLIST_FILES PR: 187065 Submitted by: ports fury
This commit is contained in:
parent
b959465933
commit
47be6df457
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346292
3 changed files with 15 additions and 16 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
bin/rmap
|
||||
man/man1/rmap.1.gz
|
||||
%%DATADIR%%/earth.rez
|
||||
%%DATADIR%%/rmap.colors
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in a new issue