aboutsummaryrefslogtreecommitdiff
path: root/games/hexxagon
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-12-08 22:55:27 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-12-08 22:55:27 +0000
commit696f55fde9dac5cf24782bb1e7b91b3bf7dc7ac7 (patch)
treec759e897b3006cf42d4ff41ec386b008f65fd809 /games/hexxagon
parent4da04f553711638be6ea280a01661d27049be349 (diff)
downloadports-696f55fde9dac5cf24782bb1e7b91b3bf7dc7ac7.tar.gz
ports-696f55fde9dac5cf24782bb1e7b91b3bf7dc7ac7.zip
- Respect X11BASE
PR: ports/106451 Submitted by: Max Brazhnikov<makc@issp.ac.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=179219
Diffstat (limited to 'games/hexxagon')
-rw-r--r--games/hexxagon/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/games/hexxagon/Makefile b/games/hexxagon/Makefile
index b4675d4afe54..080c3bf71b6f 100644
--- a/games/hexxagon/Makefile
+++ b/games/hexxagon/Makefile
@@ -7,6 +7,7 @@
PORTNAME= hexxagon
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.nesqi.se/hexxagon/hexxagon/download/
@@ -17,11 +18,11 @@ 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
+USE_XLIB= yes
+GNU_CONFIGURE= yes
-MAKE_ENV+= CC="${CC}" CXX="${CXX}"
+DESKTOP_ENTRIES="Hexxagon" "Strategy Game" "" \
+ "hexxagon" "Application;Game;" false
.include <bsd.port.pre.mk>