2002-10-06 21:31:28 +00:00
|
|
|
# New ports collection makefile for: Xft
|
|
|
|
# Date created: 06 October 2002
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Xft
|
2003-05-14 21:06:40 +00:00
|
|
|
PORTVERSION= 2.1.2
|
2002-10-06 21:31:28 +00:00
|
|
|
CATEGORIES= x11-fonts
|
2003-09-18 15:09:59 +00:00
|
|
|
MASTER_SITES= http://pdx.freedesktop.org/software/fontconfig/releases/
|
2003-05-14 21:06:40 +00:00
|
|
|
DISTNAME= xft-${PORTVERSION}
|
2002-10-06 21:31:28 +00:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-02-22 21:19:59 +00:00
|
|
|
COMMENT= A client-sided font API for X applications
|
2002-10-06 21:31:28 +00:00
|
|
|
|
2002-10-06 21:37:11 +00:00
|
|
|
LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
|
2002-10-06 21:31:28 +00:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
2003-05-14 21:06:40 +00:00
|
|
|
USE_GNOME= gnomehack gnometarget
|
|
|
|
GNU_CONFIGURE= yes
|
2002-10-06 21:31:28 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
2003-05-14 21:06:40 +00:00
|
|
|
LDFLAGS="-L${X11BASE}/lib"
|
2002-10-06 21:31:28 +00:00
|
|
|
|
2003-02-22 21:19:59 +00:00
|
|
|
MAN3= Xft.3
|
|
|
|
|
2003-01-07 06:42:13 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${XFREE86_VERSION} == 3
|
2003-05-14 21:06:40 +00:00
|
|
|
BROKEN= Xft requires XFree86 4.x to build.
|
2003-01-07 06:42:13 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|