summaryrefslogtreecommitdiffstats
path: root/x11/libXv/Makefile
blob: 868211d84157639c53c7c094238ef62de6f0bc2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD: head/x11/libXv/Makefile 351411 2014-04-16 18:28:47Z zeising $

PORTNAME=   libXv
PORTVERSION=    1.0.10
PORTREVISION=   1
PORTEPOCH=  1
CATEGORIES= x11

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

LICENSE=    MIT

XORG_CAT=   lib
USE_XORG=   x11 xext xextproto videoproto:both xproto:both

.include <bsd.port.mk>