freebsd-ports/x11-fonts/libXfont/Makefile
Martin Wilke dbd597a19f - Fix a typo
PR:		165584
Submitted by:	Janne Snabb <snabb@epipe.com>
2012-05-28 05:06:00 +00:00

24 lines
480 B
Makefile

# New ports collection makefile for: libXfont
# Date Created: 29 Oct, 2003
# Whom: Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libXfont
PORTVERSION= 1.4.4
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= X font library
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
XORG_CAT= lib
USE_XORG= xproto:both xtrans fontsproto:both fontenc
CONFIGURE_ARGS=--without-xmlto --disable-devel-docs
.include <bsd.port.mk>