1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/games/hexxagon/Makefile
2013-01-23 15:00:18 +00:00

22 lines
430 B
Makefile

# $FreeBSD$
PORTNAME= hexxagon
PORTVERSION= 1.0.1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.nesqi.se/hexxagon/hexxagon/download/
MAINTAINER= makc@FreeBSD.org
COMMENT= Strategy hexagon game
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
DESKTOP_ENTRIES="Hexxagon" "Strategy Game" "" \
"hexxagon" "Game;StrategyGame;" false
.include <bsd.port.mk>