8fbd50bb6d
by jason@, prodded by espie@. While here, take maintainership of devel/geotiff & devel/proj. Any takers for the others ? ok espie@
40 lines
814 B
Makefile
40 lines
814 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/01/23 10:29:45 landry Exp $
|
|
|
|
COMMENT= cartographic projection utilities
|
|
|
|
DISTNAME= proj-4.6.1
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= devel geo
|
|
SHARED_LIBS= proj 5.5
|
|
|
|
DATUMGRID= proj-datumgrid-1.4.zip
|
|
|
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
DISTFILES=${DISTNAME}${EXTRACT_SUFX} ${DATUMGRID}
|
|
|
|
HOMEPAGE= http://trac.osgeo.org/proj/
|
|
|
|
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ftp://ftp.remotesensing.org/proj/ \
|
|
http://download.osgeo.org/proj/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
WANTLIB= c m
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
BUILD_DEPENDS= :unzip-*:archivers/unzip
|
|
|
|
post-extract:
|
|
${UNZIP} -oq ${FULLDISTDIR}/${DATUMGRID} -d ${WRKDIR}/${DISTNAME}/nad
|
|
|
|
.include <bsd.port.mk>
|