1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/games/vor/Makefile
2014-05-07 18:06:21 +00:00

36 lines
698 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
# $FreeBSD$
PORTNAME= vor
PORTVERSION= 0.5.5
PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= http://qualdan.com/vor/ \
http://mirror.amdmi3.ru/distfiles/
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Dodge the rocks until you die
USES= tar:bzip2 gmake
USE_SDL= mixer image sdl
GNU_CONFIGURE= yes
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= *
PORTDATA= *
DESKTOP_ENTRIES="Variations on Rockdodger" \
"Dodge the rocks until you die" \
"${DATADIR}/icon.png" \
"vor" \
"Game;ArcadeGame;" \
false
OPTIONS_DEFINE= DOCS
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>