opnsense-ports/graphics/proj-data/Makefile
Franco Fichtner 93ad291116 */*: sync with upstream
Taken from: FreeBSD
2023-06-06 09:10:30 +02:00

21 lines
499 B
Makefile

PORTNAME= proj-data
PORTVERSION= 1.14
CATEGORIES= graphics geography
MASTER_SITES= https://download.osgeo.org/proj/ \
https://github.com/OSGeo/PROJ-data/releases/download/${PORTVERSION}.0/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Datum grid package for PROJ
WWW= https://github.com/OSGeo/PROJ-data
NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
DATADIR= ${PREFIX}/share/proj
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>