Files
naddy 4e66d49984 http://*sourceforge.net now redirect to https
Update SITES, HOMEPAGE, and comments.
2023-11-07 14:19:05 +00:00

34 lines
770 B
Makefile

COMMENT= enhanced clone of Id Software's Doom game; multiplayer#'
DISTNAME= prboom-2.5.0
REVISION= 4
CATEGORIES= games x11
SITES= ${SITE_SOURCEFORGE:=prboom/}
HOMEPAGE= https://prboom.sourceforge.net/
# GPLv2+
PERMIT_PACKAGE= Yes
WANTLIB = SDL c m pthread GL GLU SDL_mixer>=3 SDL_net>=1 png>=4
RUN_DEPENDS = audio/timidity
LIB_DEPENDS = devel/sdl-mixer \
devel/sdl-net \
graphics/png
CONFIGURE_STYLE=autoconf
AUTOCONF_VERSION=2.61
CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+=--disable-cpu-opt \
--with-waddir=${TRUEPREFIX}/share/doom
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autotools
FAKE_FLAGS += gamesdir=${PREFIX}/bin \
docdir=${PREFIX}/share/doc/prboom
.include <bsd.port.mk>