aboutsummaryrefslogtreecommitdiff
path: root/x11/libXv/Makefile
blob: ef6c73f399b4f1adc24584d9fa71728884775c9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Eric Anholt <anholt@FreeBSD.org>

PORTNAME=	libXv
PORTVERSION=	1.0.11
PORTREVISION=	2
PORTEPOCH=	1
CATEGORIES=	x11

MAINTAINER=	x11@FreeBSD.org
COMMENT=	X Video Extension library

LICENSE=	MIT

USES=		cpe xorg xorg-cat:lib
USE_XORG=	x11 xext xorgproto
CPE_PRODUCT=	libxv
CPE_VENDOR=	x

.include <bsd.port.mk>