blob: 6fa888b9691d5420485b79faf8a36ddca0759a5c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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
USES= cmake:insource compiler:c++11-lang gnome sdl
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>
|