freebsd-ports/games/moagg/Makefile
Dmitry Marakasov 075372439e - Release ports maintained by games@
games@ team is quite small and inactive, so ports currently assigned
to it cannot be assumed as properly maintained. To not cause confusion
by making it look otherwise, and also to allow and promote adoption
by individual maintainers, release these ports back to the pool. Note
that this does not change the fact that games@ team still takes care
of these ports to excent of its capabilities.

Suggested by:	marino
2014-10-31 16:11:33 +00:00

57 lines
1.3 KiB
Makefile

# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
# $FreeBSD$
PORTNAME= moagg
PORTVERSION= 1.95b
PORTREVISION= 1
CATEGORIES= games java
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}2/${DISTVERSION:S/b//}/ \
SF/nemysisfreebsdp/games/:icons
DISTFILES= ${PORTNAME}-${DISTVERSION}-bin.zip \
${PORTNAME}.png:icons
DIST_SUBDIR= java
EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}-bin.zip
MAINTAINER= ports@FreeBSD.org
COMMENT= Pilot a small space ship
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
USES= zip
USE_JAVA= yes
JAVA_VERSION= 1.6+
NO_BUILD= yes
PORTDOCS= AUTHORS README.txt
OPTIONS_DEFINE= DOCS
# Do not use older versions
PORTSCOUT= skipv:1.95
DESKTOP_ENTRIES="MOAGG, Mother of all gravity Games" "" ${PORTNAME} \
"${PORTNAME}" "Game;ArcadeGame;" ""
post-patch:
@${REINPLACE_CMD} -e 's|%%JAVASHAREDIR%%|${JAVASHAREDIR}|' \
${WRKSRC}/run.sh
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/run.sh \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
@(cd ${WRKSRC} && ${COPYTREE_SHARE} "data ghosts jar" \
${STAGEDIR}${DATADIR})
.for f in hiscores.dat log4j.properties
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR}
.endfor
${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
${STAGEDIR}${PREFIX}/share/pixmaps/
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>