diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-07 02:07:26 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-07 02:07:26 +0000 |
commit | 5dd37213f549b0d2fd158b1fa8024daeda2acfb2 (patch) | |
tree | 4e5353da2c1d4f4f59bf9fc12fe364c7887a9f49 /games/hexxagon | |
parent | 5fa1ec89fceb95ba8e0ff259f73e7e55da5383c2 (diff) | |
download | ports-5dd37213f549b0d2fd158b1fa8024daeda2acfb2.tar.gz ports-5dd37213f549b0d2fd158b1fa8024daeda2acfb2.zip |
Notes
Diffstat (limited to 'games/hexxagon')
-rw-r--r-- | games/hexxagon/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games/hexxagon/Makefile b/games/hexxagon/Makefile index 213ebf25d06b..5720e154d9c1 100644 --- a/games/hexxagon/Makefile +++ b/games/hexxagon/Makefile @@ -1,9 +1,4 @@ -## New ports collection makefile for: hexxagon -# Date created: 08 April 2006 -# Whom: Max Brazhnikov makc@issp.ac.ru -# # $FreeBSD$ -# PORTNAME= hexxagon PORTVERSION= 1.0.1 @@ -12,7 +7,7 @@ CATEGORIES= games MASTER_SITES= http://www.nesqi.se/hexxagon/hexxagon/download/ MAINTAINER= makc@FreeBSD.org -COMMENT= A strategy hexagon game +COMMENT= Strategy hexagon game LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 @@ -21,6 +16,6 @@ USE_GMAKE= yes GNU_CONFIGURE= yes DESKTOP_ENTRIES="Hexxagon" "Strategy Game" "" \ - "hexxagon" "Application;Game;" false + "hexxagon" "Game;StrategyGame;" false .include <bsd.port.mk> |