svn commit: r415447 - head/games/prboom-plus

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 18 13:33:38 UTC 2016


Author: amdmi3
Date: Wed May 18 13:33:36 2016
New Revision: 415447
URL: https://svnweb.freebsd.org/changeset/ports/415447

Log:
  - Simplify MASTER_SITES
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Switch to USES=localbase
  
  Approved by:	portmgr blanket

Modified:
  head/games/prboom-plus/Makefile

Modified: head/games/prboom-plus/Makefile
==============================================================================
--- head/games/prboom-plus/Makefile	Wed May 18 13:19:27 2016	(r415446)
+++ head/games/prboom-plus/Makefile	Wed May 18 13:33:36 2016	(r415447)
@@ -5,23 +5,22 @@ PORTNAME=	prboom-plus
 PORTVERSION=	2.5.1.3
 PORTREVISION=	3
 CATEGORIES=	games
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
+MASTER_SITES=	SF
 
 MAINTAINER=	thiagohero501 at gmail.com
 COMMENT=	Fork of the prboom Doom game engine
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libsmpeg.so:multimedia/smpeg \
 		libpng.so:graphics/png
 
-USES=		gmake
+USES=		gmake localbase
 USE_SDL=	mixer net sdl
 
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-CONFIGURE_ARGS+=--with-waddir=${DATADIR}
+CONFIGURE_ARGS=	--with-waddir=${DATADIR}
 
 OPTIONS_DEFINE=	OPENGL
 OPTIONS_DEFAULT=OPENGL


More information about the svn-ports-head mailing list