freebsd-ports/games/garden-of-coloured-lights/Makefile

34 lines
736 B
Makefile
Raw Normal View History

PORTNAME= garden-of-coloured-lights
PORTVERSION= 1.0.9
2020-09-26 13:58:01 +02:00
PORTREVISION= 2
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
WWW= https://garden.sourceforge.net/
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= liballeg.so:devel/allegro
GNU_CONFIGURE= yes
USES= desktop-file-utils gnome localbase
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>