freebsd-ports/x11-fonts/libXft/Makefile
Brian Feldman affbc636fe Make the xft-config script use -lXft2, not the old -lXft. This will
potentially unbreak all the ports which depend on x11-fonts/Xft.
2003-01-25 05:23:48 +00:00

40 lines
1,021 B
Makefile

# New ports collection makefile for: Xft
# Date created: 06 October 2002
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Xft
PORTVERSION= 2.1
PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= http://fontconfig.org/fontconfig/release/
DISTNAME= fcpackage.${PORTVERSION:S/./_/}
MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
USE_GMAKE= yes
USE_X_PREFIX= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
LIBS="-L${X11BASE}/lib"
WRKSRC= ${WRKDIR}/${DISTNAME}/Xft
.include <bsd.port.pre.mk>
# TODO Add a check to make sure we're not using XFree86 4.3.x which will
# have Xft2 included by default.
.if ${XFREE86_VERSION} == 3
BROKEN= Xft2 requires XFree86 4.x to build.
.endif
pre-patch:
@${REINPLACE_CMD} -e 's|[(]LIBDIR[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in
.include <bsd.port.post.mk>