freebsd-ports/games/divide-and-succeed/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

20 lines
550 B
Makefile

PORTNAME= divide-and-succeed
PORTVERSION= 0.9.4
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://projects.haxx.es/media/upload/${PORTNAME}/files/
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Divide polygons into the rigth number of equal parts
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake:insource compiler:c++11-lang gnome sdl
USE_SDL= sdl ttf
DATADIR= ${PREFIX}/share/divideandsucceed
post-install:
${LN} -s ../../share/icons/hicolor/64x64/apps/divideandsucceed.png ${STAGEDIR}${PREFIX}/share/pixmaps/
.include <bsd.port.mk>