Date: Wed, 23 Jul 2014 13:19:40 +0000 (UTC) From: Kris Moore <kmoore@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362686 - in head/emulators: . wine-compholio Message-ID: <201407231319.s6NDJe0m055831@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kmoore Date: Wed Jul 23 13:19:40 2014 New Revision: 362686 URL: http://svnweb.freebsd.org/changeset/ports/362686 QAT: https://qat.redports.org/buildarchive/r362686/ Log: Add slave-port for emulators/wine-compholio, which will allow pkg users to install proper wine version for use with pipelight Added: head/emulators/wine-compholio/ head/emulators/wine-compholio/Makefile (contents, props changed) Modified: head/emulators/Makefile Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Wed Jul 23 13:17:28 2014 (r362685) +++ head/emulators/Makefile Wed Jul 23 13:19:40 2014 (r362686) @@ -156,6 +156,7 @@ SUBDIR += wine SUBDIR += wine-devel SUBDIR += wine-doors + SUBDIR += wine-compholio SUBDIR += wine-gecko SUBDIR += wine-gecko-devel SUBDIR += wine-mono Added: head/emulators/wine-compholio/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/wine-compholio/Makefile Wed Jul 23 13:19:40 2014 (r362686) @@ -0,0 +1,17 @@ +# Created by: Kris Moore <kmoore@FreeBSD.org> +# $FreeBSD$ + +COMMENT= Wine built with the compholio patchset + +SLAVE_PORT= wine-devel + +CONFLICTS= wine-[0-9]* wine-devel-[0-9]* + +OPTIONS_SET= COMPHOLIO LIBXSLT GNUTLS X11 + +MASTERDIR= ${.CURDIR}/../wine-devel +PLIST= ${.MASTERDIR}/pkg-plist + +.include "${MASTERDIR}/Makefile" + +PKGNAMESUFFIX= -compholio
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407231319.s6NDJe0m055831>