2013-05-23 04:04:46 +02:00
|
|
|
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
2009-07-18 01:08:44 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= rezerwar
|
2010-05-24 03:16:06 +02:00
|
|
|
PORTVERSION= 0.4.2
|
2012-02-18 11:18:33 +01:00
|
|
|
PORTREVISION= 1
|
2009-07-18 01:08:44 +02:00
|
|
|
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
|
|
|
|
|
2013-10-19 04:33:32 +02:00
|
|
|
USES= gmake
|
2009-07-18 01:08:44 +02:00
|
|
|
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}
|
2009-07-18 01:08:44 +02:00
|
|
|
|
2013-10-19 04:33:32 +02:00
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
2009-08-12 04:10:10 +02:00
|
|
|
PORTDOCS= *
|
2013-10-19 04:33:32 +02:00
|
|
|
PORTDATA= *
|
2009-08-12 04:10:10 +02:00
|
|
|
|
2013-10-19 04:33:32 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
2013-05-23 04:04:46 +02:00
|
|
|
|
2009-07-18 01:08:44 +02:00
|
|
|
post-patch:
|
2013-09-14 03:13:28 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/configure
|
2009-07-18 01:08:44 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|