mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
27 lines
530 B
Makefile
27 lines
530 B
Makefile
# New ports collection makefile for: rmap
|
|
# Date created: 29 Mar 2000
|
|
# Whom: Trevor Johnson
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rmap
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 10
|
|
CATEGORIES= astro geography
|
|
MASTER_SITES= http://www.reza.net/rmap/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Generates images of the Earth centered at a particular location
|
|
|
|
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
|
|
|
|
MAN1= rmap.1
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|