mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
24 lines
461 B
Makefile
24 lines
461 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
|
|
|
|
USES= pkgconfig
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
DESKTOP_ENTRIES="Hexxagon" "Strategy Game" "" \
|
|
"hexxagon" "Game;StrategyGame;" false
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|