143e28db02
- Pass maintainership to submitter [1] - Fix build with clang on i386 arches PR: ports/188889 (based on) [1] Submitted by: Thiago <thiagohero501@gmail.com> [1]
34 lines
731 B
Makefile
34 lines
731 B
Makefile
# Created by: Jordan DeLong <fracture@allusion.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= prboom
|
|
PORTVERSION= 2.5.0
|
|
PORTREVISION= 4
|
|
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:${PORTSDIR}/multimedia/smpeg
|
|
|
|
USES= gmake
|
|
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}
|
|
|
|
OPENGL_CONFIGURE_ENABLE= gl
|
|
OPENGL_USE= GL=yes
|
|
|
|
.include <bsd.port.mk>
|