Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Dec 2006 17:29:29 GMT
From:      Max Brazhnikov<makc@issp.ac.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/106451: games/hexxagon: move to ${LOCALBASE}
Message-ID:  <200612071729.kB7HTT7i029018@www.freebsd.org>
Resent-Message-ID: <200612071740.kB7He4hh072633@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         106451
>Category:       ports
>Synopsis:       games/hexxagon: move to ${LOCALBASE}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 07 17:40:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
FreeBSD luna.zuzino.mipt.ru 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sat Oct 28 18:43:15 MSD 2006     root@luna.zuzino.mipt.ru:/usr/obj/usr/src/sys/LUNA  i386
>Description:
Clean up Makefile,
move to ${LOCALBASE},
Add desktop entries.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN --exclude=CVS /usr/ports/games/hexxagon/Makefile /home/makc/porting/ports/games/hexxagon/Makefile
--- /usr/ports/games/hexxagon/Makefile	Sat Apr 15 03:31:20 2006
+++ /home/makc/porting/ports/games/hexxagon/Makefile	Thu Dec  7 20:11:20 2006
@@ -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 @@
 
 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>
 


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612071729.kB7HTT7i029018>