2000-07-02 09:22:55 +02:00
|
|
|
# New ports collection makefile for: rmap
|
|
|
|
# Date created: 29 Mar 2000
|
2003-11-13 11:11:35 +01:00
|
|
|
# Whom: Trevor Johnson
|
2000-07-02 09:22:55 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= rmap
|
|
|
|
PORTVERSION= 1.2
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 11
|
2007-07-22 21:33:55 +02:00
|
|
|
CATEGORIES= astro geography
|
2000-07-02 09:22:55 +02:00
|
|
|
MASTER_SITES= http://www.reza.net/rmap/
|
|
|
|
|
2006-02-11 22:03:14 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-01 15:34:33 +01:00
|
|
|
COMMENT= Generates images of the Earth centered at a particular location
|
2000-07-02 09:22:55 +02:00
|
|
|
|
2003-08-18 18:15:10 +02:00
|
|
|
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
|
2000-07-02 09:22:55 +02:00
|
|
|
|
|
|
|
MAN1= rmap.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
2000-07-02 09:22:55 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|