1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/x11-fonts/libXfont/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

24 lines
453 B
Makefile

# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
PORTNAME= libXfont
PORTVERSION= 1.5.4
PORTEPOCH= 2
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
.include <bsd.port.mk>