mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
da3162c7c9
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
39 lines
791 B
Makefile
39 lines
791 B
Makefile
# Created by: Jordan DeLong <fracture@allusion.net>
|
|
|
|
PORTNAME= prboom
|
|
PORTVERSION= 2.5.0
|
|
PORTREVISION= 12
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION}
|
|
|
|
MAINTAINER= thiagohero501@gmail.com
|
|
COMMENT= Multiplayer-capable and modified version of ID's classic DOOM game
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libsmpeg.so:multimedia/smpeg \
|
|
libpng.so:graphics/png
|
|
|
|
USES= gmake sdl
|
|
USE_GL= gl
|
|
USE_SDL= mixer net sdl
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-i386-asm
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
OPTIONS_DEFINE= OPENGL
|
|
OPTIONS_DEFAULT= OPENGL
|
|
|
|
DATADIR= ${LOCALBASE}/share/doom
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
OPENGL_CONFIGURE_ENABLE= gl
|
|
OPENGL_USES= gl
|
|
OPENGL_USE= GL=glu
|
|
|
|
.include <bsd.port.mk>
|