svn commit: r305510 - head/games/bzflag

Jason E. Hale jhale at FreeBSD.org
Sun Oct 7 22:02:07 UTC 2012


Author: jhale
Date: Sun Oct  7 22:02:06 2012
New Revision: 305510
URL: http://svn.freebsd.org/changeset/ports/305510

Log:
  - Mark MAKE_JOBS_UNSAFE
  - Add LICENSE
  
  While here:
  - Trim Makefile header
  
  PR:		ports/172462
  Submitted by:	Kevin Zheng <kevinz5000 at gmail.com> (maintainer)
  Approved by:	makc, avilla (mentors implicit)

Modified:
  head/games/bzflag/Makefile

Modified: head/games/bzflag/Makefile
==============================================================================
--- head/games/bzflag/Makefile	Sun Oct  7 21:03:15 2012	(r305509)
+++ head/games/bzflag/Makefile	Sun Oct  7 22:02:06 2012	(r305510)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: bzflag
-# Date created:		2000/08/12
-# Whom:			makeport.pl
-#
 # $FreeBSD$
-#
 
 PORTNAME=	bzflag
 PORTVERSION=	2.4.2
@@ -13,12 +8,15 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	kevinz5000 at gmail.com
 COMMENT=	A multiplayer 3D tank battle game
 
+LICENSE=	LGPL21
+
 LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
 USE_GL=		glew
 USE_SDL=	sdl
+MAKE_JOBS_UNSAFE=	yes
 
 CONFIGURE_ARGS=	--enable-ares-build
 CPPFLAGS+=	-I ${LOCALBASE}/include



More information about the svn-ports-all mailing list