2003-12-22 00:38:30 +01:00
|
|
|
# New ports collection makefile for: libXfont
|
|
|
|
# Date Created: 29 Oct, 2003
|
|
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libXfont
|
2011-08-11 10:39:10 +02:00
|
|
|
PORTVERSION= 1.4.4
|
2012-03-13 10:37:28 +01:00
|
|
|
PORTREVISION= 1
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTEPOCH= 1
|
|
|
|
CATEGORIES= x11-fonts
|
2003-12-22 00:38:30 +01:00
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
2012-05-28 07:06:00 +02:00
|
|
|
COMMENT= X font library
|
2003-12-22 00:38:30 +01:00
|
|
|
|
|
|
|
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
XORG_CAT= lib
|
2009-01-23 17:28:36 +01:00
|
|
|
USE_XORG= xproto:both xtrans fontsproto:both fontenc
|
2003-12-22 00:38:30 +01:00
|
|
|
|
2011-08-11 12:57:27 +02:00
|
|
|
CONFIGURE_ARGS=--without-xmlto --disable-devel-docs
|
|
|
|
|
2005-06-15 04:42:14 +02:00
|
|
|
.include <bsd.port.mk>
|