2000-07-02 09:22:55 +02:00
|
|
|
# New ports collection makefile for: rmap
|
|
|
|
# Date created: 29 Mar 2000
|
|
|
|
# Whom: trevor@jpj.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= rmap
|
|
|
|
PORTVERSION= 1.2
|
2003-08-18 18:15:10 +02:00
|
|
|
PORTREVISION= 5
|
2000-07-02 09:22:55 +02:00
|
|
|
CATEGORIES= astro
|
|
|
|
MASTER_SITES= http://www.reza.net/rmap/
|
|
|
|
|
2000-10-02 07:28:47 +02:00
|
|
|
MAINTAINER= trevor@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
|
2003-07-14 04:53:03 +02:00
|
|
|
USE_GETOPT_LONG=yes
|
2000-07-02 09:22:55 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2003-07-14 04:53:03 +02:00
|
|
|
CPPFLAGS= -I${LOCALBASE}/include
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LIBS="-L${LOCALBASE}/lib"
|
2000-07-02 09:22:55 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|