mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
5d43513359
PR: ports/143872 Submitted by: Slaven Rezic <slaven@rezic.de>
34 lines
743 B
Makefile
34 lines
743 B
Makefile
# New ports collection makefile for: proj
|
|
# Date created: 15 November 2001
|
|
# Whom: jedgar@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= proj
|
|
PORTVERSION= 4.7.0
|
|
CATEGORIES= graphics geography
|
|
MASTER_SITES= ftp://ftp.remotesensing.org/proj/ \
|
|
http://download.osgeo.org/proj/
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATUM_GRID_FILES}
|
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
MAINTAINER= fmysh@iijmio-mail.jp
|
|
COMMENT= Cartographic Projections library
|
|
|
|
CONFLICTS= proj4-[0-9]*
|
|
|
|
DATUM_GRID_FILES= proj-datumgrid-1.5.zip
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_ZIP= yes
|
|
|
|
MAN1= cs2cs.1 geod.1 nad2nad.1 proj.1
|
|
MAN3= pj_init.3
|
|
|
|
post-extract:
|
|
@${UNZIP_CMD} -q ${DISTDIR}/${DATUM_GRID_FILES} -d ${WRKSRC}/nad
|
|
|
|
.include <bsd.port.mk>
|