f8bf967273
This version actualy has the fixes for the server responce verification issues. MFH: 2016Q4 Security: 1cf65085-a760-41d2-9251-943e1af62eb8
20 lines
332 B
Makefile
20 lines
332 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libXfixes
|
|
PORTVERSION= 5.0.3
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Fixes extension library
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= x11 fixesproto:both xproto:both xextproto
|
|
USES+= cpe
|
|
CPE_PRODUCT= libxfixes
|
|
CPE_VENDOR= x
|
|
|
|
.include <bsd.port.mk>
|