aboutsummaryrefslogtreecommitdiffstats
path: root/games/hexxagon
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-12-09 06:55:27 +0800
committermiwi <miwi@FreeBSD.org>2006-12-09 06:55:27 +0800
commit8c902cea843a5364910f3a6325787dd1cf5c9f9b (patch)
tree7718908bde8a7ae3c084adec8b3b773f4b91f521 /games/hexxagon
parent33d836ef4601f1dff6411db002f3a6ceab79c74d (diff)
downloadfreebsd-ports-gnome-8c902cea843a5364910f3a6325787dd1cf5c9f9b.tar.gz
freebsd-ports-gnome-8c902cea843a5364910f3a6325787dd1cf5c9f9b.tar.zst
freebsd-ports-gnome-8c902cea843a5364910f3a6325787dd1cf5c9f9b.zip
- Respect X11BASE
PR: ports/106451 Submitted by: Max Brazhnikov<makc@issp.ac.ru> (maintainer)
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>