From 9ab41ffb0ed7fe5b80ada841b19b709a527be516 Mon Sep 17 00:00:00 2001 From: Dominic Fandrey Date: Mon, 25 Apr 2016 22:43:23 +0000 Subject: Update and clean up the ioquake3 family of ports. The following maintenance operations were performed: - Recreate all patches with `make makepatch` - Add LICENSE - Update MAINTAINER to kami@freebsd.org - games/ioquake3 - Replace a lot of `.if ${PORT_OPTIONS:MFOO}` with `bsd.options.mk` fu - Add support for slaves using different SDL versions - games/ioquake3-devel - Update to GIT revision 2808 - Use SDL2 - games/iourbanterror - Change treatment of patches so `make makepatch` doesn't screw the patches in ${MASTERDIR}/files over - Update 4.2.018 to 4.2.023 - games/urbanterror-data - Update 4.2.018 to 4.2.023 - Fix install without DOCS Reviewed by: cs Approved by: cs Differential Revision: https://reviews.freebsd.org/D5816 --- games/openarena-oax/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'games/openarena-oax') diff --git a/games/openarena-oax/Makefile b/games/openarena-oax/Makefile index 328105acab35..4a00253c2d24 100644 --- a/games/openarena-oax/Makefile +++ b/games/openarena-oax/Makefile @@ -8,9 +8,12 @@ CATEGORIES= games MASTER_SITES= http://files.poulsander.com/~poul19/public_files/eliminationSource/ DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= kamikaze@bsdforen.de +MAINTAINER= kami@freebsd.org COMMENT= OpenArena Mod: OpenArena Xpanded +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + PLIST_SUB+= DISTNAME="${DISTNAME}" \ PORTNAME="${PORTNAME}" -- cgit v1.2.3