mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
3561a46f28
- new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj MFH: 2016Q3 Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
28 lines
555 B
Makefile
28 lines
555 B
Makefile
# Created by: trevor
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rmap
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 13
|
|
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>
|