freebsd-ports/games/rezerwar/Makefile
2021-04-08 02:19:01 +03:00

31 lines
713 B
Makefile

PORTNAME= rezerwar
PORTVERSION= 0.4.2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://tamentis.com/projects/rezerwar/files/ \
http://mirror.amdmi3.ru/distfiles/
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Puzzle game involving organizing blocks with pipes
BROKEN_FreeBSD_13= ld: error: duplicate symbol: screen
BROKEN_FreeBSD_14= ld: error: duplicate symbol: screen
USES= gmake sdl
USE_SDL= sdl mixer
HAS_CONFIGURE= yes
CONFIGURE_ARGS= Unix
CONFIGURE_ENV= TARGET_BIN=${PREFIX}/bin \
TARGET_DOC=${DOCSDIR} \
TARGET_DATA=${DATADIR}
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= *
PORTDATA= *
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/configure
.include <bsd.port.mk>