1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/games/divide-and-succeed/Makefile
Mark Linimon 081beb2d38 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-22 13:17:38 +00:00

26 lines
669 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
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>