From owner-svn-ports-head@FreeBSD.ORG Sat Nov 2 23:25:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F08EB32E; Sat, 2 Nov 2013 23:25:58 +0000 (UTC) (envelope-from danilo@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 DBB372E97; Sat, 2 Nov 2013 23:25:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA2NPwF8091836; Sat, 2 Nov 2013 23:25:58 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA2NPwPo091835; Sat, 2 Nov 2013 23:25:58 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311022325.rA2NPwPo091835@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Sat, 2 Nov 2013 23:25:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332558 - head/games/kuklomenos 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, 02 Nov 2013 23:25:59 -0000 Author: danilo Date: Sat Nov 2 23:25:58 2013 New Revision: 332558 URL: http://svnweb.freebsd.org/changeset/ports/332558 Log: - Convert LIB_DEPENDS to new syntax - Add stage support - Use options helpers Modified: head/games/kuklomenos/Makefile Modified: head/games/kuklomenos/Makefile ============================================================================== --- head/games/kuklomenos/Makefile Sat Nov 2 23:20:14 2013 (r332557) +++ head/games/kuklomenos/Makefile Sat Nov 2 23:25:58 2013 (r332558) @@ -12,10 +12,11 @@ COMMENT= Simple but challenging abstract LICENSE= GPLv3 -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl OPTIONS_DEFINE= VORBIS OPTIONS_DEFAULT= VORBIS +OPTIONS_SUB= yes USE_SDL= sdl GNU_CONFIGURE= yes @@ -23,16 +24,8 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHEAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MVORBIS} -LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis -PLIST_SUB+= VORBIS="" -.else -CONFIGURE_ARGS+=--disable-sound -PLIST_SUB+= VORBIS="@comment " -.endif +VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis +VORBIS_CONFIGURE_ENABLE= sound post-patch: @${REINPLACE_CMD} -e \