aboutsummaryrefslogblamecommitdiff
path: root/astro/rmap/Makefile
blob: 74ff39e9fdb6c9bef2590217f8b442e695d9e2cc (plain) (tree)
1
2
3
4
5
6
7
8
9

                    
                  
                               
                                            
 
                                 
                                                                               
                                            
 
                      
                                 
 
                                    
 
                     
                   
 
                                      



                                                                   

                      
PORTNAME=	rmap
PORTVERSION=	1.2
PORTREVISION=	14
CATEGORIES=	astro geography
MASTER_SITES=	http://rmap.sourceforge.net/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Generates images of the Earth centered at a particular location
WWW=		http://rmap.sourceforge.net/

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libgd.so:graphics/gd

USES=		gmake
GNU_CONFIGURE=	yes

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

PLIST_FILES=	bin/rmap man/man1/rmap.1.gz %%DATADIR%%/earth.rez \
		%%DATADIR%%/rmap.colors

.include <bsd.port.mk>