1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/graphics/proj/Makefile
Daniel Engberg 3ee20599dc */*: Remove incorrect libtool dependency
All these ports builds without libtool

Tested using Poudriere

Approved by:	portmgr (blanket, build fix)
2024-05-26 12:52:26 +02:00

27 lines
569 B
Makefile

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 pathfix pkgconfig sqlite
USE_LDCONFIG= yes
CMAKE_OFF= BUILD_TESTING
CPE_VENDOR= proj_project
.include <bsd.port.mk>