1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/astro/rmap/Makefile
Will Andrews 48f4fbc5f8 Add rmap, a neat program that generates an image of the Earth at a specific
location in the world (based on longitude and latitude).

PR:		17676
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-07-02 07:22:55 +00:00

26 lines
518 B
Makefile

# New ports collection makefile for: rmap
# Date created: 29 Mar 2000
# Whom: trevor@jpj.net
#
# $FreeBSD$
#
PORTNAME= rmap
PORTVERSION= 1.2
CATEGORIES= astro
MASTER_SITES= http://www.reza.net/rmap/
MAINTAINER= trevor@jpj.net
LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd \
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
MAN1= rmap.1
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I ${LOCALBASE}/include/gd/" \
LIBS="-L${LOCALBASE}/lib -lgnugetopt"
.include <bsd.port.mk>