1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/astro/rmap/Makefile
2021-04-06 16:31:07 +02:00

27 lines
543 B
Makefile

# Created by: trevor
PORTNAME= rmap
PORTVERSION= 1.2
PORTREVISION= 14
CATEGORIES= astro geography
MASTER_SITES= http://rmap.sourceforge.net/
MAINTAINER= ports@FreeBSD.org
COMMENT= Generates images of the Earth centered at a particular location
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgd.so: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
.include <bsd.port.mk>