mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
90e9670e8e
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
21 lines
418 B
Makefile
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>
|