1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00
freebsd-ports/games/prboom/Makefile
Muhammad Moinur Rahman dd8f14012e
games/prboom: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-24 08:37:22 +01:00

39 lines
816 B
Makefile

PORTNAME= prboom
PORTVERSION= 2.5.0
PORTREVISION= 14
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
WWW= https://prboom.sourceforge.net/
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
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
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>