mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
3c9ffd7218
Approved by: portmgr (blanket infrastructure)
21 lines
431 B
Makefile
21 lines
431 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= proj:${PORTSDIR}/graphics/proj
|
|
|
|
CONFIGURE_ENV= GEOPROJ_FWTOOLS_DIR=${LOCALBASE}
|
|
MAKE_ENV= INC=-I${LOCALBASE}/include
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|