Add slave-port for emulators/wine-compholio, which will allow pkg users
to install proper wine version for use with pipelight
This commit is contained in:
parent
e08681c64f
commit
a723c202b7
@ -156,6 +156,7 @@
|
|||||||
SUBDIR += wine
|
SUBDIR += wine
|
||||||
SUBDIR += wine-devel
|
SUBDIR += wine-devel
|
||||||
SUBDIR += wine-doors
|
SUBDIR += wine-doors
|
||||||
|
SUBDIR += wine-compholio
|
||||||
SUBDIR += wine-gecko
|
SUBDIR += wine-gecko
|
||||||
SUBDIR += wine-gecko-devel
|
SUBDIR += wine-gecko-devel
|
||||||
SUBDIR += wine-mono
|
SUBDIR += wine-mono
|
||||||
|
|||||||
17
emulators/wine-compholio/Makefile
Normal file
17
emulators/wine-compholio/Makefile
Normal file
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user