1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/astro/rmap/Makefile

28 lines
584 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= 3
CATEGORIES= astro
MASTER_SITES= http://www.reza.net/rmap/
MAINTAINER= trevor@FreeBSD.org
2003-03-01 14:34:33 +00:00
COMMENT= Generates images of the Earth centered at a particular location
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd2 \
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
MAN1= rmap.1
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lgnugetopt"
.include <bsd.port.mk>