freebsd-ports/x11/libXvMC/Makefile
Niclas Zeising d82c47e1c8 x11/libXvMC: Update to 1.0.11
Update x11/libXvMC to 1.0.11
This release contains some minor fixes, and updates to the build system.

add INSTALL_TARGET=install-strip to strip binaries and libraries

Changelog:
https://lists.x.org/archives/xorg-announce/2019-March/002981.html

Sponsored by:	B3 Init
2019-06-16 20:39:02 +00:00

22 lines
392 B
Makefile

# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
PORTNAME= libXvMC
PORTVERSION= 1.0.11
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Video Extension Motion Compensation library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe
XORG_CAT= lib
USE_XORG= x11 xext xv xorgproto
CPE_VENDOR= x
CPE_PRODUCT= libxvmc
INSTALL_TARGET= install-strip
.include <bsd.port.mk>