5fc4f24626
Submitted by: John Hein <john.hein@microsemi.com>
17 lines
349 B
Makefile
17 lines
349 B
Makefile
# 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 HAL X11
|
|
|
|
MASTERDIR= ${.CURDIR}/../wine-devel
|
|
PLIST= ${MASTERDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
PKGNAMESUFFIX= -compholio
|