freebsd-ports/astro/rmap/Makefile

28 lines
562 B
Makefile
Raw Normal View History

# New ports collection makefile for: rmap
# Date created: 29 Mar 2000
# Whom: trevor@jpj.net
#
# $FreeBSD$
#
PORTNAME= rmap
PORTVERSION= 1.2
PORTREVISION= 5
CATEGORIES= astro
MASTER_SITES= http://www.reza.net/rmap/
MAINTAINER= trevor@FreeBSD.org
2003-03-01 15:34:33 +01:00
COMMENT= Generates images of the Earth centered at a particular location
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
MAN1= rmap.1
USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
CPPFLAGS= -I${LOCALBASE}/include
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>