[Midnightbsd-cvs] mports [19780] trunk/games: fix mods
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Aug 18 19:41:58 EDT 2015
Revision: 19780
http://svnweb.midnightbsd.org/mports/?rev=19780
Author: laffer1
Date: 2015-08-18 19:41:56 -0400 (Tue, 18 Aug 2015)
Log Message:
-----------
fix mods
Modified Paths:
--------------
trunk/games/fotaq/Makefile
trunk/games/linux-enemyterritory-etpro/Makefile
trunk/games/linux-enemyterritory-omni-bot/Makefile
trunk/games/linux-enemyterritory-shrub/Makefile
Modified: trunk/games/fotaq/Makefile
===================================================================
--- trunk/games/fotaq/Makefile 2015-08-18 23:38:52 UTC (rev 19779)
+++ trunk/games/fotaq/Makefile 2015-08-18 23:41:56 UTC (rev 19780)
@@ -2,7 +2,7 @@
PORTNAME= fotaq
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/scummvm/extras/Flight%20of%20the%20Amazon%20Queen
DISTNAME= FOTAQ_Talkie
@@ -9,11 +9,12 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Flight of the Amazon Queen: a classic graphical adventure
+
LICENSE= other
RUN_DEPENDS= scummvm:${PORTSDIR}/games/scummvm
-USE_ZIP= yes
+USES= zip
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
Modified: trunk/games/linux-enemyterritory-etpro/Makefile
===================================================================
--- trunk/games/linux-enemyterritory-etpro/Makefile 2015-08-18 23:38:52 UTC (rev 19779)
+++ trunk/games/linux-enemyterritory-etpro/Makefile 2015-08-18 23:41:56 UTC (rev 19780)
@@ -15,15 +15,18 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= ET Pro - The Enemy Territory Competition Mod
-LICENSE= restricted
+LICENSE= other
+
BUILD_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory
RUN_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory
-USE_ZIP= yes
-USE_LINUX= yes
+USES= zip
+USE_LINUX= f10
NO_WRKSUBDIR= yes
+RESTRICTED= license does not allow redistribution
+
DATADIR= ${PREFIX}/lib/enemyterritory/${PORTNAME}
PLIST_SUB= VERSION="${PORTVERSION:S/./_/g}"
Modified: trunk/games/linux-enemyterritory-omni-bot/Makefile
===================================================================
--- trunk/games/linux-enemyterritory-omni-bot/Makefile 2015-08-18 23:38:52 UTC (rev 19779)
+++ trunk/games/linux-enemyterritory-omni-bot/Makefile 2015-08-18 23:41:56 UTC (rev 19780)
@@ -1,10 +1,5 @@
-# New ports collection makefile for: omni-bot
-# Date created: 7 May 2006
-# Whom: alepulver
-#
# $MidnightBSD$
# $FreeBSD: ports/games/linux-enemyterritory-omni-bot/Makefile,v 1.12 2008/02/19 13:20:31 alepulver Exp $
-#
PORTNAME= omni-bot
PORTVERSION= 0.66
@@ -15,13 +10,16 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Omni-Bot is a bot for Enemy Territory
-LICENSE= restricted
+LICENSE= other
+
BUILD_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory
RUN_DEPENDS= ${BUILD_DEPENDS}
-USE_ZIP= yes
-USE_LINUX= yes
+RESTRICTED= mods are not redistributable
+
+USES= zip
+USE_LINUX= f10
NO_WRKSUBDIR= yes
DATADIR= ${PREFIX}/lib/enemyterritory/${PORTNAME}
Modified: trunk/games/linux-enemyterritory-shrub/Makefile
===================================================================
--- trunk/games/linux-enemyterritory-shrub/Makefile 2015-08-18 23:38:52 UTC (rev 19779)
+++ trunk/games/linux-enemyterritory-shrub/Makefile 2015-08-18 23:41:56 UTC (rev 19780)
@@ -1,10 +1,5 @@
-# New ports collection makefile for: shrub
-# Date created: 7 May 2006
-# Whom: alepulver
-#
# $MidnightBSD$
# $FreeBSD: ports/games/linux-enemyterritory-shrub/Makefile,v 1.2 2006/05/31 01:43:26 alepulver Exp $
-#
PORTNAME= shrub
PORTVERSION= 1.2
@@ -17,13 +12,16 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Shrub - An Enemy Territory Modification
-LICENSE= restricted
+LICENSE= other
+
BUILD_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory
RUN_DEPENDS= ${BUILD_DEPENDS}
-USE_ZIP= yes
-USE_LINUX= yes
+RESTRICTED= not redistributable
+
+USES= zip
+USE_LINUX= f10
NO_WRKSUBDIR= yes
DATADIR= ${PREFIX}/lib/enemyterritory/${PORTNAME}
More information about the Midnightbsd-cvs
mailing list