2006-02-11 03:34:36 +01:00
|
|
|
# New ports collection makefile for: p5-Geo-Proj4
|
|
|
|
# Date created: 27 January 2006
|
|
|
|
# Whom: Eric Stith
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Geo-Proj4
|
2008-03-10 23:55:00 +01:00
|
|
|
PORTVERSION= 0.99
|
2006-02-11 03:34:36 +01:00
|
|
|
CATEGORIES= graphics devel perl5
|
2008-03-10 23:55:00 +01:00
|
|
|
MASTER_SITES= CPAN
|
2006-02-11 03:34:36 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-09-05 04:36:44 +02:00
|
|
|
MAINTAINER= lippe@FreeBSD.org
|
2006-02-11 03:34:36 +01:00
|
|
|
COMMENT= Perl cartographic projections wrapper for Proj library
|
|
|
|
|
|
|
|
LIB_DEPENDS= proj:${PORTSDIR}/graphics/proj
|
|
|
|
|
|
|
|
MAN3= Geo::Proj4.3
|
2007-05-26 02:25:08 +02:00
|
|
|
CONFIGURE_ENV= GEOPROJ_FWTOOLS_DIR=${LOCALBASE}
|
|
|
|
MAKE_ENV= INC=-I${LOCALBASE}/include
|
2006-02-11 03:34:36 +01:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2007-05-26 02:25:08 +02:00
|
|
|
.include <bsd.port.mk>
|