Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 May 2016 13:33:37 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415447 - head/games/prboom-plus
Message-ID:  <201605181333.u4IDXbqC090087@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605181333.u4IDXbqC090087>