2001-11-15 15:53:51 +01:00
|
|
|
# New ports collection makefile for: proj
|
|
|
|
# Date created: 15 November 2001
|
|
|
|
# Whom: jedgar@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= proj
|
2002-04-22 19:29:04 +02:00
|
|
|
PORTVERSION= 4.4.5
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2001-11-15 15:53:51 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ftp://ftp.remotesensing.org/pub/proj/
|
|
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${NADFILES}
|
|
|
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
|
|
|
|
MAINTAINER= jedgar@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Cartographic Projections library
|
2001-11-15 15:53:51 +01:00
|
|
|
|
|
|
|
NADFILES= proj-nad27-1.1.tar.gz
|
|
|
|
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
MAN1= cs2cs.1 geod.1 nad2nad.1 proj.1
|
|
|
|
MAN3= pj_init.3
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
.for file in ${NADFILES}
|
|
|
|
@cd ${WRKSRC}/nad && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${file} ${EXTRACT_AFTER_ARGS}
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|