mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
32 lines
663 B
Makefile
32 lines
663 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rezerwar
|
|
PORTVERSION= 0.4.2
|
|
PORTREVISION= 2
|
|
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
|
|
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>
|