svn commit: r362686 - in head/emulators: . wine-compholio
Kris Moore
kmoore at FreeBSD.org
Wed Jul 23 13:19:41 UTC 2014
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 at 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
More information about the svn-ports-head
mailing list