35 lines
731 B
Makefile
35 lines
731 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= crispy-doom
|
|
PORTVERSION= 5.9.2
|
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
|
CATEGORIES= games
|
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
|
COMMENT= Enhanced-resolution Doom source port based on Chocolate Doom
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \
|
|
libpng16.so:graphics/png
|
|
|
|
CONFLICTS_INSTALL= chocolate-doom
|
|
|
|
USES= autoreconf pkgconfig python:build sdl shebangfix
|
|
USE_CSTD= c99
|
|
USE_SDL= mixer2 net2 sdl2
|
|
GNU_CONFIGURE= yes
|
|
SHEBANG_FILES= man/docgen man/simplecpp
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= fabiangreffrath
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} "s|python|${PYTHON_VERSION}|" ${WRKSRC}/configure.ac
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/crispy-*
|
|
|
|
.include <bsd.port.mk>
|