diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-14 21:06:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-14 21:06:40 +0000 |
commit | c0f21daf1d159f288b1382d441e0cd556f0e6b4c (patch) | |
tree | 433abec977c1dd6869789ab8218353eeb25b39e5 /x11-fonts/libXft/Makefile | |
parent | ab71b37e9522382fdf2c5097ce4b804eb469e97d (diff) |
Notes
Diffstat (limited to 'x11-fonts/libXft/Makefile')
-rw-r--r-- | x11-fonts/libXft/Makefile | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile index fe1bc43c6dae..b3c6e3a7541e 100644 --- a/x11-fonts/libXft/Makefile +++ b/x11-fonts/libXft/Makefile @@ -6,11 +6,10 @@ # PORTNAME= Xft -PORTVERSION= 2.1 -PORTREVISION= 8 +PORTVERSION= 2.1.2 CATEGORIES= x11-fonts MASTER_SITES= http://fontconfig.org/fontconfig/release/ -DISTNAME= fcpackage.${PORTVERSION:S/./_/} +DISTNAME= xft-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= A client-sided font API for X applications @@ -20,29 +19,18 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig USE_GMAKE= yes USE_X_PREFIX= yes INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes +USE_GNOME= gnomehack gnometarget USE_REINPLACE= yes -CONFIGURE_ARGS= --with-fontconfig-config="pkg-config fontconfig" -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-unknown-freebsd${OSREL} +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ - LIBS="-L${X11BASE}/lib" -WRKSRC= ${WRKDIR}/${DISTNAME}/Xft + LDFLAGS="-L${X11BASE}/lib" MAN3= Xft.3 .include <bsd.port.pre.mk> .if ${XFREE86_VERSION} == 3 -BROKEN= Xft2 requires XFree86 4.x to build. +BROKEN= Xft requires XFree86 4.x to build. .endif -pre-patch: - @${REINPLACE_CMD} -e 's|[(]LIBDIR[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in - -pre-install: - -${MKDIR} ${PREFIX}/include/X11/Xft - -post-install: - @${INSTALL_DATA} ${WRKSRC}/Xft.man ${PREFIX}/man/man3/Xft.3 - .include <bsd.port.post.mk> |