freebsd-ports/games/divide-and-succeed/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00

25 lines
678 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= divide-and-succeed
PORTVERSION= 0.9.4
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
BROKEN_powerpc64= fails to compile: Polygone.h: 'vector' was not declared in this scope
USES= cmake:insource
USE_SDL= sdl ttf
DATADIR= ${PREFIX}/share/divideandsucceed
INSTALLS_ICONS= yes
post-install:
${LN} -s ../../share/icons/hicolor/64x64/apps/divideandsucceed.png ${STAGEDIR}${PREFIX}/share/pixmaps/
.include <bsd.port.mk>