aboutsummaryrefslogtreecommitdiff
path: root/graphics/proj/Makefile
blob: 48799b5c95bc6eb2d8cfe13011df556d6606421a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	proj
PORTVERSION=	9.4.0
PORTREVISION=	1
PORTEPOCH=	1
CATEGORIES=	graphics geography
MASTER_SITES=	https://download.osgeo.org/proj/

MAINTAINER=	lbartoletti@FreeBSD.org
COMMENT=	Cartographic Projections library
WWW=		https://github.com/OSGeo/PROJ

LICENSE=	MIT
#LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libcurl.so:ftp/curl \
		libtiff.so:graphics/tiff
#RUN_DEPENDS=	proj-data>=0:graphics/proj-data

USES=		compiler:c++11-lang cmake cpe libtool pathfix pkgconfig sqlite
USE_LDCONFIG=	yes

CMAKE_OFF=	BUILD_TESTING

CPE_VENDOR=	proj_project

.include <bsd.port.mk>