mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
e6ffa1f425
With hat: portmgr
21 lines
437 B
Makefile
21 lines
437 B
Makefile
# Created by: Eric Stith
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Geo-Proj4
|
|
PORTVERSION= 1.04
|
|
CATEGORIES= graphics devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lippe@FreeBSD.org
|
|
COMMENT= Perl cartographic projections wrapper for Proj library
|
|
|
|
LIB_DEPENDS= libproj.so:${PORTSDIR}/graphics/proj
|
|
|
|
CONFIGURE_ENV= GEOPROJ_FWTOOLS_DIR=${LOCALBASE}
|
|
MAKE_ENV= INC=-I${LOCALBASE}/include
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|