From owner-svn-ports-head@FreeBSD.ORG Sat Oct 26 11:45:18 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id 0928DF89; Sat, 26 Oct 2013 11:45:18 +0000 (UTC) (envelope-from danfe@FreeBSD.org) 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 EBE75288E; Sat, 26 Oct 2013 11:45:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9QBjHLO041993; Sat, 26 Oct 2013 11:45:17 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9QBjHE8041992; Sat, 26 Oct 2013 11:45:17 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201310261145.r9QBjHE8041992@svn.freebsd.org> From: Alexey Dokuchaev Date: Sat, 26 Oct 2013 11:45:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331675 - head/games/uhexen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Oct 2013 11:45:18 -0000 Author: danfe Date: Sat Oct 26 11:45:17 2013 New Revision: 331675 URL: http://svnweb.freebsd.org/changeset/ports/331675 Log: Stagify and cleanup Makefile while here. Modified: head/games/uhexen/Makefile Modified: head/games/uhexen/Makefile ============================================================================== --- head/games/uhexen/Makefile Sat Oct 26 10:34:48 2013 (r331674) +++ head/games/uhexen/Makefile Sat Oct 26 11:45:17 2013 (r331675) @@ -10,29 +10,25 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Yet another port of Hexen, popular game from Raven Software -USE_GMAKE= yes +USES= gmake USE_SDL= mixer sdl -MAKE_ENV+= EXTRA_LIBS=-lm +MAKE_ENV= EXTRA_LIBS=-lm + +PLIST_FILES= bin/uhexen OPTIONS_DEFINE= MUSIC OPTIONS_DEFAULT= MUSIC MUSIC_DESC= In-game MIDI music support +MUSIC_RUN_DEPENDS= ${LOCALBASE}/lib/timidity/goemon.cfg:${PORTSDIR}/audio/timidity -PLIST_FILES= bin/uhexen - -NO_STAGE= yes .include .if ${ARCH} == "powerpc" BROKEN= Does not compile on ${ARCH} .endif -.if ${PORT_OPTIONS:MMUSIC} -RUN_DEPENDS= ${LOCALBASE}/lib/timidity/goemon.cfg:${PORTSDIR}/audio/timidity -.endif - do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include "${.CURDIR}/../doom-data/Makefile.include" .include