View | Details | Raw Unified | Return to bug 187065
Collapse All | Expand All

(-)astro/rmap/Makefile (-5 / +8 lines)
Lines 5-24 Link Here
5
PORTVERSION=	1.2
5
PORTVERSION=	1.2
6
PORTREVISION=	12
6
PORTREVISION=	12
7
CATEGORIES=	astro geography
7
CATEGORIES=	astro geography
8
MASTER_SITES=	http://www.reza.net/rmap/
8
MASTER_SITES=	http://reza.net/rmap/
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	Generates images of the Earth centered at a particular location
11
COMMENT=	Generates images of the Earth centered at a particular location
12
12
13
DEPRECATED=	No more public distfiles
13
LICENCE=	GPLv2 # (or later)
14
EXPIRATION_DATE=	2014-03-07
15
14
16
LIB_DEPENDS=	libgd.so:${PORTSDIR}/graphics/gd
15
LIB_DEPENDS=	libgd.so:${PORTSDIR}/graphics/gd
17
16
18
GNU_CONFIGURE=	yes
19
USES=		gmake
17
USES=		gmake
18
GNU_CONFIGURE=	yes
20
19
21
CPPFLAGS+=	-I${LOCALBASE}/include
20
CPPFLAGS+=	-I${LOCALBASE}/include
22
CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
21
LDFLAGS+=	-L${LOCALBASE}/lib
22
23
PLIST_FILES=	bin/rmap man/man1/rmap.1.gz %%DATADIR%%/earth.rez \
24
		%%DATADIR%%/rmap.colors
25
PLIST_DIRS=	%%DATADIR%%
23
26
24
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)astro/rmap/pkg-descr (-6 / +7 lines)
Lines 1-7 Link Here
1
This program generates, but does not display, image files containing raster
1
This program generates, but does not display, image files containing
2
maps of the Earth.  It includes public-domain, vector data from which they
2
raster maps of the Earth. It includes public-domain, vector data from
3
are drawn, describing the continents, bodies of water, boundaries of
3
which they are drawn, describing the continents, bodies of water,
4
countries and U.S. states, and a few cities.  Command-line options allow
4
boundaries of countries and U.S. states, and a few cities. Command-line
5
centering the maps at a particular latitude and longitude and zooming in.
5
options allow centering the maps at a particular latitude and longitude
6
and zooming in.
6
7
7
WWW: http://www.reza.net/rmap/
8
WWW: http://reza.net/cms/index.php?page=rmap_-_Global_Vector-Based_Mapping_Software
(-)astro/rmap/pkg-plist (-5 lines)
Lines 1-5 Link Here
1
bin/rmap
2
man/man1/rmap.1.gz
3
%%DATADIR%%/earth.rez
4
%%DATADIR%%/rmap.colors
5
@dirrm %%DATADIR%%

Return to bug 187065