mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
33c9b1b9f7
Changes: - Fix install conflicts [1] (for the "newly" added compholio port) - nvidia.sh: Gracefully handle a corrupt nVidia tarball - nvidia.sh: Provide checksum and size information for nVidia tarball - Bump master port [1] due to changes to nvidia.sh and conflicts Approved by: gerald@ [1]
19 lines
440 B
Makefile
19 lines
440 B
Makefile
# Created by: Kris Moore <kmoore@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
COMMENT= Wine built with the compholio patchset
|
|
|
|
SLAVE_PORT= wine-devel
|
|
|
|
CONFLICTS_INSTALL= wine-[0-9]* wine-devel-[0-9]* i386-wine-[0-9]* \
|
|
i386-wine-compholio-[0-9]* i386-wine-devel-[0-9]*
|
|
|
|
OPTIONS_SET= COMPHOLIO LIBXSLT MPG123 GNUTLS HAL V4L X11
|
|
|
|
MASTERDIR= ${.CURDIR}/../wine-devel
|
|
PLIST= ${MASTERDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
PKGNAMESUFFIX= -compholio
|