freebsd-ports/games/wordwarvi/Makefile
Dmitry Marakasov 3c27985b55 - Add games/wordwarvi
Word War vi is your basic side-scrolling shoot 'em up '80s style
arcade game. You pilot your "vi"per craft through core memory,
rescuing lost .swp files, avoiding OS defenses, and wiping out those
memory hogging emacs processes. When all the lost .swp files are
rescued, head for the socket which will take you to the next node
in the cluster.

WWW: http://smcameron.github.io/wordwarvi/
2016-10-11 00:57:39 +00:00

43 lines
962 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= wordwarvi
PORTVERSION= 1.0.2
DISTVERSIONPREFIX= v
CATEGORIES= games
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Side-scrolling shoot'em up '80s style arcade game
LICENSE= GPLv2+ CC-BY-2.0 CC-BY-SA-3.0
LICENSE_COMB= multi
LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= smcameron
USES= gmake pkgconfig
USE_GNOME= gtk20
PORTDOCS= AAA_HOW_TO_MAKE_NEW_LEVELS.txt AUTHORS README changelog.txt
PORTDATA= *
PLIST_FILES= bin/${PORTNAME} \
man/man6/${PORTNAME}.6.gz
OPTIONS_DEFINE= SOUND DOCS
OPTIONS_DEFAULT=SOUND
SOUND_LIB_DEPENDS= libportaudio.so:audio/portaudio \
libvorbisfile.so:audio/libvorbis
SOUND_MAKE_ARGS_OFF= WITHAUDIO=no
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
.endfor
.include <bsd.port.mk>