freebsd-ports/games/garden-of-coloured-lights/Makefile
Dmitry Marakasov 8678610565 Garden of coloured lights is an old school 2D vertical shoot-em-up
with some innovative elements. Innovative graphics, soundtrack and
game concept. The game itself is very challenging and as you progress,
you will understand that you are dealing with a true piece of art...

WWW: http://garden.sourceforge.net/
2016-09-19 11:24:49 +00:00

35 lines
761 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= garden-of-coloured-lights
PORTVERSION= 1.0.9
CATEGORIES= games
MASTER_SITES= SF/garden/garden/${PORTVERSION}/
DISTNAME= garden-${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Old school 2D vertical shoot-em-up with some innovative elements
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= liballeg.so:devel/allegro
GNU_CONFIGURE= yes
USES= desktop-file-utils localbase
INSTALLS_ICONS= yes
DATADIR= ${PREFIX}/share/garden
PORTDOCS= AUTHORS ChangeLog NEWS README
PORTDATA= *
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
.endfor
.include <bsd.port.mk>