e7344ff424
Update libXfont to 1.5.4. Update libXfont2 to 2.0.3. This fixes several security vulnerabilities. MFH: 2017Q4 Security: 08a125f3-e35a-11e7-a293-54e1ad3d6335 3b9590a1-e358-11e7-a293-54e1ad3d6335
22 lines
458 B
Makefile
22 lines
458 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libXfont2
|
|
PORTVERSION= 2.0.3
|
|
CATEGORIES= x11-fonts
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X font library
|
|
|
|
LIB_DEPENDS= libfreetype.so:print/freetype2
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= xproto:both xtrans fontsproto:both fontenc
|
|
INSTALL_TARGET= install-strip
|
|
#USES+= cpe
|
|
#CPE_PRODUCT= libxfont
|
|
#CPE_VENDOR= x
|
|
|
|
CONFIGURE_ARGS=--without-xmlto --disable-devel-docs --without-fop
|
|
|
|
.include <bsd.port.mk>
|