1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/games/prboom/Makefile
Tijl Coosemans 95d970b60b - Convert multimedia/smpeg* to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
2014-07-15 18:58:59 +00:00

37 lines
755 B
Makefile

# Created by: Jordan DeLong <fracture@allusion.net>
# $FreeBSD$
PORTNAME= prboom
PORTVERSION= 2.5.0
PORTREVISION= 7
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}
SUB_FILES= pkg-message
OPENGL_CONFIGURE_ENABLE= gl
OPENGL_USE= GL=yes
.include <bsd.port.mk>