1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/astro/rmap/Makefile
Martin Wilke 47be6df457 - Update MASTER_SITES and WWW: line
- Add LICENSE
- Support PLIST_FILES

PR:		187065
Submitted by:	ports fury
2014-02-27 09:18:00 +00:00

28 lines
564 B
Makefile

# Created by: trevor
# $FreeBSD$
PORTNAME= rmap
PORTVERSION= 1.2
PORTREVISION= 12
CATEGORIES= astro geography
MASTER_SITES= http://reza.net/rmap/
MAINTAINER= ports@FreeBSD.org
COMMENT= Generates images of the Earth centered at a particular location
LICENCE= GPLv2 # (or later)
LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
USES= gmake
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
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>