From owner-svn-ports-all@FreeBSD.ORG Wed Nov 20 02:04:55 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B62182FF; Wed, 20 Nov 2013 02:04:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A5C262DB2; Wed, 20 Nov 2013 02:04:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAK24th4076158; Wed, 20 Nov 2013 02:04:55 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAK24tJw076157; Wed, 20 Nov 2013 02:04:55 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311200204.rAK24tJw076157@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Wed, 20 Nov 2013 02:04:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334368 - head/games/bomns X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Nov 2013 02:04:55 -0000 Author: danilo Date: Wed Nov 20 02:04:55 2013 New Revision: 334368 URL: http://svnweb.freebsd.org/changeset/ports/334368 Log: - Use options helpers - Improve COMMENT - Add stage support Modified: head/games/bomns/Makefile Modified: head/games/bomns/Makefile ============================================================================== --- head/games/bomns/Makefile Wed Nov 20 01:58:24 2013 (r334367) +++ head/games/bomns/Makefile Wed Nov 20 02:04:55 2013 (r334368) @@ -8,7 +8,7 @@ CATEGORIES= games MASTER_SITES= SF/greenridge/Bomns%20for%20Linux/Bomns%20for%20Linux%20${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= The best old-school Deathmatch game ever (only for two players) +COMMENT= Best old-school Deathmatch game ever (only for two players) USES= pkgconfig USE_BZIP2= yes @@ -26,23 +26,14 @@ OPTIONS_DEFAULT= EDITOR LAUNCHER OPTIMIZ EDITOR_DESC= Enable building of the map editor LAUNCHER_DESC= Enable building of the GTK2 launcher -NO_STAGE= yes -.include +OPTIONS_SUB= yes -.if ${PORT_OPTIONS:MEDITOR} -PLIST_SUB+= EDITOR="" -.else -CONFIGURE_ARGS+=--disable-editor -PLIST_SUB+= EDITOR="@comment " -.endif +EDITOR_CONFIGURE_ENABLE= editor -.if ${PORT_OPTIONS:MLAUNCHER} -USE_GNOME= gtk20 -PLIST_SUB+= LAUNCHER="" -.else -CONFIGURE_ARGS+=--disable-launcher2 -PLIST_SUB+= LAUNCHER="@comment " -.endif +LAUNCHER_USE= GNOME=gtk20 +LAUNCHER_CONFIGURE_ENABLE= launcher2 + +.include post-patch: # Fix SDL include statement.