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
|
2007-09-13 21:45:08 +02:00
|
|
|
PORTVERSION= 1.3.1
|
2008-03-13 11:33:56 +01:00
|
|
|
PORTREVISION= 3
|
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
|
|
|
|
COMMENT= X font libary
|
|
|
|
|
|
|
|
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
XORG_CAT= lib
|
2008-03-13 11:33:56 +01:00
|
|
|
USE_XORG= fontcacheproto xproto:both xtrans fontsproto:both fontenc
|
2003-12-22 00:38:30 +01:00
|
|
|
|
2005-06-15 04:42:14 +02:00
|
|
|
.include <bsd.port.mk>
|