1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/x11/libXv/Makefile
Florent Thoumie 340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00

41 lines
755 B
Makefile

# New ports collection makefile for: libXv
# Date Created: 13 Nov, 2003
# Whom: Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libXv
PORTVERSION= 1.0.4
PORTEPOCH= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Video Extension library
XORG_CAT= lib
USE_XORG= x11 xext xextproto videoproto:both xproto:both
MAN3= Xv.3 \
XvFreeAdaptorInfo.3 \
XvFreeEncodingInfo.3 \
XvGetPortAttribute.3 \
XvGetStill.3 \
XvGetVideo.3 \
XvGrabPort.3 \
XvPortNotify.3 \
XvPutStill.3 \
XvPutVideo.3 \
XvQueryAdaptors.3 \
XvQueryBestSize.3 \
XvQueryEncodings.3 \
XvQueryExtension.3 \
XvSelectPortNotify.3 \
XvSelectVideoNotify.3 \
XvSetPortAttribute.3 \
XvStopVideo.3 \
XvUngrabPort.3 \
XvVideoNotify.3
.include <bsd.port.mk>