1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/x11-fonts/libXfont/Makefile
Baptiste Daroussin 90e9670e8e Revert updating fontsproto 2.1.3 (only works for libXfont >= 1.5)
Revert updating libXfonts 1.5.0 (only works with xorg-server >= 1.16.0)
Update libXfonts to 1.4.8 which was the intention at the beginning...

Pointyhay to:	bapt
2014-07-21 06:38:49 +00:00

21 lines
418 B
Makefile

# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
PORTNAME= libXfont
PORTVERSION= 1.4.8
PORTEPOCH= 2
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= X font library
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
XORG_CAT= lib
USE_XORG= xproto:both xtrans fontsproto:both fontenc
INSTALL_TARGET= install-strip
CONFIGURE_ARGS=--without-xmlto --disable-devel-docs
.include <bsd.port.mk>