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