362f8e7710
Dependencies still have to be added manually due to bug 202701.
16 lines
298 B
Makefile
16 lines
298 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -glx
|
|
|
|
COMMENT= VAAPI wrapper for GLX
|
|
|
|
MASTERDIR= ${.CURDIR}/../libva
|
|
|
|
OPTIONS_SLAVE= GLX ${GLX_IMPLIES}
|
|
OPTIONS_EXCLUDE=WAYLAND
|
|
|
|
post-install: slave-post-install
|
|
slave-post-install:
|
|
@${REINPLACE_CMD} '/glx/!s/^/@comment /' ${TMPPLIST}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|