freebsd-ports/x11-fonts/libXfont2/Makefile
Niclas Zeising e7344ff424 Update libXfont ports.
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
2017-12-17 19:01:19 +00:00

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>