aboutsummaryrefslogtreecommitdiffstats
path: root/games/hexxagon/Makefile
blob: 281fb61e7288b5f987cb359e1d50e93fd8f50287 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=   hexxagon
PORTVERSION=    1.0.1
PORTREVISION=   4
CATEGORIES= games
MASTER_SITES=   http://www.nesqi.se/download/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Strategy hexagon game

LIB_DEPENDS=    libgtkmm-2.4.so:x11-toolkits/gtkmm24

USES=       gmake pkgconfig tar:bzip2
GNU_CONFIGURE=  yes

DESKTOP_ENTRIES="Hexxagon" "Strategy Game" "" \
        "hexxagon" "Game;StrategyGame;" false

.include <bsd.port.mk>