Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Nov 2020 11:13:31 +0000 (UTC)
From:      =?UTF-8?Q?Lo=c3=afc_Bartoletti?= <lbartoletti@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555549 - head/graphics/proj
Message-ID:  <202011171113.0AHBDVBg093125@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lbartoletti
Date: Tue Nov 17 11:13:30 2020
New Revision: 555549
URL: https://svnweb.freebsd.org/changeset/ports/555549

Log:
  graphics/proj: fix r555543
  
  Reported by:	cmt

Modified:
  head/graphics/proj/Makefile

Modified: head/graphics/proj/Makefile
==============================================================================
--- head/graphics/proj/Makefile	Tue Nov 17 11:05:29 2020	(r555548)
+++ head/graphics/proj/Makefile	Tue Nov 17 11:13:30 2020	(r555549)
@@ -10,24 +10,32 @@ DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
 		${DATUM_GRID_FILES}
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
-MAINTAINER=	lbartoletti@FreeBSD.org
+MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Cartographic Projections library
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+LIB_DEPENDS=	libtiff.so:graphics/tiff \
+		libcurl.so:ftp/curl
+
 USES=		compiler:c++11-lang gmake libtool pathfix pkgconfig sqlite
 USE_LDCONFIG=	yes
 
-GNU_CONFIGURE=	yes
+OPTIONS_DEFINE=		DATA
+OPTIONS_SUB=		yes
 
-CONFLICTS_INSTALL=	proj5-5.[0-9]*.[0-9]*
+DATA_DISTFILES=	proj-data-1.0${EXTRACT_SUFX}
 
+GNU_CONFIGURE=	yes
+
 DATUM_GRID_FILES=	proj-datumgrid-1.8.zip \
 			proj-datumgrid-europe-1.3.zip \
 			proj-datumgrid-north-america-1.2.zip \
 			proj-datumgrid-oceania-1.0.zip \
 			proj-datumgrid-world-1.0.zip
+SUB_FILES=	pkg-message
+SUB_LIST=	PREFIX=${PREFIX}
 
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011171113.0AHBDVBg093125>