aboutsummaryrefslogtreecommitdiff
path: root/games/prboom-plus
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-18 13:33:36 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-18 13:33:36 +0000
commit585094009b60c1f42ece4fb22f1c1e7a16e3209b (patch)
treee6536ba5d3783e56240c3545a4216dcc8290c1ad /games/prboom-plus
parent73bb39190936e341648ca4b3629093dc2679c90b (diff)
downloadports-585094009b60c1f42ece4fb22f1c1e7a16e3209b.tar.gz
ports-585094009b60c1f42ece4fb22f1c1e7a16e3209b.zip
- Simplify MASTER_SITES
- Clarify LICENSE - Add LICENSE_FILE - Switch to USES=localbase Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=415447
Diffstat (limited to 'games/prboom-plus')
-rw-r--r--games/prboom-plus/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/games/prboom-plus/Makefile b/games/prboom-plus/Makefile
index 2f0044af20a9..3b559508572f 100644
--- a/games/prboom-plus/Makefile
+++ b/games/prboom-plus/Makefile
@@ -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