Changeset View
Changeset View
Standalone View
Standalone View
astro/osmosis/Makefile
PORTNAME= osmosis | PORTNAME= osmosis | ||||
PORTVERSION= 0.48.3 | PORTVERSION= 0.48.3 | ||||
CATEGORIES= astro java | CATEGORIES= astro java | ||||
MASTER_SITES= https://github.com/openstreetmap/osmosis/releases/download/${PORTVERSION}/ | |||||
MAINTAINER= amdmi3@FreeBSD.org | MAINTAINER= amdmi3@FreeBSD.org | ||||
COMMENT= Command line Java app for processing OpenStreetMap data | COMMENT= Command line Java app for processing OpenStreetMap data | ||||
WWW= https://wiki.openstreetmap.org/wiki/Osmosis | WWW= https://wiki.openstreetmap.org/wiki/Osmosis | ||||
LICENSE= PD | LICENSE= PD | ||||
LICENSE_FILE= ${WRKSRC}/copying.txt | LICENSE_FILE= ${WRKSRC}/copying.txt | ||||
USES= tar:tgz | USES= tar:tgz | ||||
USE_JAVA= yes | USE_JAVA= yes | ||||
USE_GITHUB= yes | |||||
GH_ACCOUNT= openstreetmap | |||||
GH_ASSET= ${DISTNAME}${EXTRACT_SUFX} | |||||
NO_BUILD= yes | NO_BUILD= yes | ||||
NO_ARCH= yes | NO_ARCH= yes | ||||
NO_WRKSUBDIR= yes | NO_WRKSUBDIR= yes | ||||
PLIST_FILES= bin/${PORTNAME} | PLIST_FILES= bin/${PORTNAME} | ||||
PORTDATA= * | PORTDATA= * | ||||
PORTDOCS= * | PORTDOCS= * | ||||
Show All 22 Lines |