blob: 6c25d8bd483b746d44e011cf01428a5c6decd837 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: trevor
# $FreeBSD$
PORTNAME= rmap
PORTVERSION= 1.2
PORTREVISION= 12
CATEGORIES= astro geography
MASTER_SITES= http://www.reza.net/rmap/
MAINTAINER= ports@FreeBSD.org
COMMENT= Generates images of the Earth centered at a particular location
LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd
MAN1= rmap.1
GNU_CONFIGURE= yes
USE_GMAKE= yes
CPPFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>
|