696f55fde9
PR: ports/106451 Submitted by: Max Brazhnikov<makc@issp.ac.ru> (maintainer)
33 lines
677 B
Makefile
33 lines
677 B
Makefile
## New ports collection makefile for: hexxagon
|
|
# Date created: 08 April 2006
|
|
# Whom: Max Brazhnikov makc@issp.ac.ru
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hexxagon
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.nesqi.se/hexxagon/hexxagon/download/
|
|
|
|
MAINTAINER= makc@issp.ac.ru
|
|
COMMENT= A strategy hexagon game
|
|
|
|
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_XLIB= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
DESKTOP_ENTRIES="Hexxagon" "Strategy Game" "" \
|
|
"hexxagon" "Application;Game;" false
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
BROKEN= Does not compile on FreeBSD 4.x
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|