From a723c202b7eda6a97d554961d851b22e716f4e5a Mon Sep 17 00:00:00 2001 From: Kris Moore Date: Wed, 23 Jul 2014 13:19:40 +0000 Subject: [PATCH] Add slave-port for emulators/wine-compholio, which will allow pkg users to install proper wine version for use with pipelight --- emulators/Makefile | 1 + emulators/wine-compholio/Makefile | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 emulators/wine-compholio/Makefile diff --git a/emulators/Makefile b/emulators/Makefile index fc020ccbb42f..cb591d32c78a 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -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 diff --git a/emulators/wine-compholio/Makefile b/emulators/wine-compholio/Makefile new file mode 100644 index 000000000000..4d8d40f5598c --- /dev/null +++ b/emulators/wine-compholio/Makefile @@ -0,0 +1,17 @@ +# Created by: Kris Moore +# $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