freebsd-ports/games/rezerwar/Makefile

32 lines
663 B
Makefile
Raw Normal View History

2013-05-23 04:04:46 +02:00
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= rezerwar
2010-05-24 03:16:06 +02:00
PORTVERSION= 0.4.2
PORTREVISION= 1
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
USES= gmake
USE_SDL= sdl mixer
HAS_CONFIGURE= yes
CONFIGURE_ARGS= Unix
2009-09-11 23:53:16 +02:00
CONFIGURE_ENV= TARGET_BIN=${PREFIX}/bin \
TARGET_DOC=${DOCSDIR} \
TARGET_DATA=${DATADIR}
PLIST_FILES= bin/${PORTNAME}
2009-08-12 04:10:10 +02:00
PORTDOCS= *
PORTDATA= *
2009-08-12 04:10:10 +02:00
OPTIONS_DEFINE= DOCS
2013-05-23 04:04:46 +02:00
post-patch:
2013-09-14 03:13:28 +02:00
@${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/configure
.include <bsd.port.mk>