freebsd-ports/games/hexxagon/Makefile
Max Brazhnikov 21646392b0 - Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
2013-10-23 13:08:41 +00:00

21 lines
442 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= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24
USES= gmake pkgconfig
USE_BZIP2= yes
GNU_CONFIGURE= yes
DESKTOP_ENTRIES="Hexxagon" "Strategy Game" "" \
"hexxagon" "Game;StrategyGame;" false
.include <bsd.port.mk>