freebsd-ports/games/garden-of-coloured-lights/Makefile
Baptiste Daroussin 2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00

32 lines
698 B
Makefile

PORTNAME= garden-of-coloured-lights
PORTVERSION= 1.0.9
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
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>