diff options
Diffstat (limited to 'games/hexxagon')
-rw-r--r-- | games/hexxagon/Makefile | 32 | ||||
-rw-r--r-- | games/hexxagon/distinfo | 3 | ||||
-rw-r--r-- | games/hexxagon/pkg-descr | 5 | ||||
-rw-r--r-- | games/hexxagon/pkg-plist | 14 |
4 files changed, 54 insertions, 0 deletions
diff --git a/games/hexxagon/Makefile b/games/hexxagon/Makefile new file mode 100644 index 000000000000..b4675d4afe54 --- /dev/null +++ b/games/hexxagon/Makefile @@ -0,0 +1,32 @@ +## New ports collection makefile for: hexxagon +# Date created: 08 April 2006 +# Whom: Max Brazhnikov makc@issp.ac.ru +# +# $FreeBSD$ +# + +PORTNAME= hexxagon +PORTVERSION= 1.0 +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_X_PREFIX= yes +HAS_CONFIGURE= yes +USE_AUTOTOOLS= automake:14 + +MAKE_ENV+= CC="${CC}" CXX="${CXX}" + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on FreeBSD 4.x +.endif + +.include <bsd.port.post.mk> diff --git a/games/hexxagon/distinfo b/games/hexxagon/distinfo new file mode 100644 index 000000000000..868dba7196d6 --- /dev/null +++ b/games/hexxagon/distinfo @@ -0,0 +1,3 @@ +MD5 (hexxagon-1.0.tar.bz2) = f4064f4324598453dacbc1387aa0482c +SHA256 (hexxagon-1.0.tar.bz2) = d38c6171550a2e10ece4ae655cbc417a1bdb86912cd5f141e2a19840d4cb5f5f +SIZE (hexxagon-1.0.tar.bz2) = 1245889 diff --git a/games/hexxagon/pkg-descr b/games/hexxagon/pkg-descr new file mode 100644 index 000000000000..a304cf410689 --- /dev/null +++ b/games/hexxagon/pkg-descr @@ -0,0 +1,5 @@ +Hexxagon is a Ataxx clone. The goal of the game is to conquer as much of the +board as possible, which is done by capturing the opponent's pieces or by +cloning your own. + +WWW: http://www.nesqi.se/hexxagon/ diff --git a/games/hexxagon/pkg-plist b/games/hexxagon/pkg-plist new file mode 100644 index 000000000000..2e9f5ed77d70 --- /dev/null +++ b/games/hexxagon/pkg-plist @@ -0,0 +1,14 @@ +bin/hexxagon +%%DATADIR%%/images/about_top.xpm +%%DATADIR%%/images/board_D_0.xpm +%%DATADIR%%/images/board_L_0.xpm +%%DATADIR%%/images/board_L_1.xpm +%%DATADIR%%/images/board_L_2.xpm +%%DATADIR%%/images/board_N_0.xpm +%%DATADIR%%/images/board_N_1.xpm +%%DATADIR%%/images/board_N_2.xpm +%%DATADIR%%/images/computer_wins.xpm +%%DATADIR%%/images/draw.xpm +%%DATADIR%%/images/you_win.xpm +@dirrm %%DATADIR%%/images +@dirrm %%DATADIR%% |