2013-05-23 04:02:20 +02:00
|
|
|
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
2005-09-11 01:16:02 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= vor
|
2010-02-04 11:42:11 +01:00
|
|
|
PORTVERSION= 0.5.5
|
2013-01-23 16:00:18 +01:00
|
|
|
PORTREVISION= 5
|
2005-09-11 01:16:02 +02:00
|
|
|
CATEGORIES= games
|
2006-12-21 21:41:33 +01:00
|
|
|
MASTER_SITES= http://qualdan.com/vor/ \
|
2009-07-28 18:34:36 +02:00
|
|
|
http://mirror.amdmi3.ru/distfiles/
|
2005-09-11 01:16:02 +02:00
|
|
|
|
2008-06-19 19:28:24 +02:00
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
2005-09-11 01:16:02 +02:00
|
|
|
COMMENT= Dodge the rocks until you die
|
|
|
|
|
2013-10-04 04:17:29 +02:00
|
|
|
USES= gmake
|
2005-09-11 01:16:02 +02:00
|
|
|
USE_SDL= mixer image sdl
|
|
|
|
USE_BZIP2= yes
|
2010-02-04 11:42:11 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-04-24 15:10:41 +02:00
|
|
|
|
2013-10-04 04:17:29 +02:00
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
PORTDOCS= *
|
|
|
|
PORTDATA= *
|
2006-04-24 15:10:41 +02:00
|
|
|
|
2009-06-01 00:32:41 +02:00
|
|
|
DESKTOP_ENTRIES="Variations on Rockdodger" \
|
|
|
|
"Dodge the rocks until you die" \
|
|
|
|
"${DATADIR}/icon.png" \
|
|
|
|
"vor" \
|
2013-01-23 00:12:20 +01:00
|
|
|
"Game;ArcadeGame;" \
|
2009-06-01 00:32:41 +02:00
|
|
|
false
|
2006-04-24 15:10:41 +02:00
|
|
|
|
2013-10-04 04:17:29 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2013-05-23 04:02:20 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2009-06-01 00:32:41 +02:00
|
|
|
post-install:
|
2013-10-04 04:17:29 +02:00
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
2006-04-24 15:10:41 +02:00
|
|
|
.endif
|
|
|
|
|
2007-06-04 21:43:26 +02:00
|
|
|
.include <bsd.port.mk>
|