Changeset View
Changeset View
Standalone View
Standalone View
games/urbanterror-data/Makefile
| Show All 13 Lines | |||||
| WWW= https://www.urbanterror.info/ | WWW= https://www.urbanterror.info/ | ||||
| # Converted from NO_CDROM | # Converted from NO_CDROM | ||||
| LICENSE= UrbanTerror | LICENSE= UrbanTerror | ||||
| LICENSE_NAME= UrbanTerror | LICENSE_NAME= UrbanTerror | ||||
| LICENSE_TEXT= The mod files may not be sold or distributed on physical media unless with permission from id Software. | LICENSE_TEXT= The mod files may not be sold or distributed on physical media unless with permission from id Software. | ||||
| LICENSE_PERMS= dist-mirror pkg-mirror auto-accept | LICENSE_PERMS= dist-mirror pkg-mirror auto-accept | ||||
| BROKEN_mips= Fails to install: runaway process | |||||
| BROKEN_mips64= Fails to install: runaway process | |||||
| NO_BUILD= yes | NO_BUILD= yes | ||||
| DATADIR= ${PREFIX}/share/quake3 | DATADIR= ${PREFIX}/share/quake3 | ||||
| DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} | DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} | ||||
| URT_VER= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} | URT_VER= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} | ||||
| URT_REV= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\2/} | URT_REV= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\2/} | ||||
| Show All 24 Lines | |||||