2015-12-10 13:27:56 +01:00
|
|
|
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libXfont2
|
2015-12-11 16:25:07 +01:00
|
|
|
PORTVERSION= 2.0.1
|
2015-12-10 13:27:56 +01:00
|
|
|
CATEGORIES= x11-fonts
|
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= X font library
|
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
LIB_DEPENDS= libfreetype.so:print/freetype2
|
2015-12-10 13:27:56 +01:00
|
|
|
|
|
|
|
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>
|