Changeset View
Changeset View
Standalone View
Standalone View
games/ufoai-data/Makefile
| Show All 10 Lines | |||||
| MAINTAINER= ports@FreeBSD.org | MAINTAINER= ports@FreeBSD.org | ||||
| COMMENT= UFO alien invasion data files | COMMENT= UFO alien invasion data files | ||||
| WWW= https://ufoai.org/ | WWW= https://ufoai.org/ | ||||
| # See http://ufoai.org/wiki/License | # See http://ufoai.org/wiki/License | ||||
| LICENSE= GPLv2 CC-BY-SA-3.0 | LICENSE= GPLv2 CC-BY-SA-3.0 | ||||
| LICENSE_COMB= multi | LICENSE_COMB= multi | ||||
| BROKEN_mips64= Fails to install: runaway process | |||||
| EXTRACT_DEPENDS= ${UNZIP_CMD}:archivers/unzip | EXTRACT_DEPENDS= ${UNZIP_CMD}:archivers/unzip | ||||
| NO_BUILD= yes | NO_BUILD= yes | ||||
| NO_WRKSUBDIR= yes | NO_WRKSUBDIR= yes | ||||
| NO_ARCH= yes | NO_ARCH= yes | ||||
| DATADIR= share/${PKGNAMEPREFIX:S/-//} | DATADIR= share/${PKGNAMEPREFIX:S/-//} | ||||
| PLIST= ${WRKDIR}/pkg-plist | PLIST= ${WRKDIR}/pkg-plist | ||||
| Show All 15 Lines | |||||