mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
5d486865e5
- Bump PORTREVISION on ports having xtrans in USE_XORG. - Add some missing dependencies in various xorg libraries.
20 lines
388 B
Makefile
20 lines
388 B
Makefile
# New ports collection makefile for: libXvMC
|
|
# Date Created: 8 Feb 206
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libXvMC
|
|
PORTVERSION= 1.0.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Video Extension Motion Compensation library
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= x11 xext xv xextproto videoproto:both xproto:both
|
|
|
|
.include <bsd.port.mk>
|