2005-09-11 01:16:02 +02:00
|
|
|
# New ports collection makefile for: vor
|
|
|
|
# Date created: 07 Sep 2005
|
2006-12-21 21:41:33 +01:00
|
|
|
# Whom: 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
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 2
|
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
|
|
|
|
|
|
|
|
USE_SDL= mixer image sdl
|
|
|
|
USE_BZIP2= yes
|
2010-02-04 11:42:11 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-09-11 01:16:02 +02:00
|
|
|
USE_GMAKE= yes
|
2009-06-01 00:32:41 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2006-04-24 15:10:41 +02:00
|
|
|
|
|
|
|
PORTDOCS= README
|
|
|
|
|
2009-06-01 00:32:41 +02:00
|
|
|
DESKTOP_ENTRIES="Variations on Rockdodger" \
|
|
|
|
"Dodge the rocks until you die" \
|
|
|
|
"${DATADIR}/icon.png" \
|
|
|
|
"vor" \
|
2010-02-04 11:42:11 +01:00
|
|
|
"Application;Game;ArcadeGame;" \
|
2009-06-01 00:32:41 +02:00
|
|
|
false
|
2006-04-24 15:10:41 +02:00
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
2009-06-01 00:32:41 +02:00
|
|
|
post-install:
|
2006-04-24 15:10:41 +02:00
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.for f in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2007-06-04 21:43:26 +02:00
|
|
|
.include <bsd.port.mk>
|