diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11-fonts/libXft/Makefile | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes
Notes:
svn path=/head/; revision=191544
Diffstat (limited to 'x11-fonts/libXft/Makefile')
-rw-r--r-- | x11-fonts/libXft/Makefile | 27 |
1 files changed, 7 insertions, 20 deletions
diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile index 181d7eab3dbc..989911818bc9 100644 --- a/x11-fonts/libXft/Makefile +++ b/x11-fonts/libXft/Makefile @@ -6,33 +6,20 @@ # PORTNAME= libXft -PORTVERSION= 2.1.7 -PORTREVISION= 1 +PORTVERSION= 2.1.12 CATEGORIES= x11-fonts -MASTER_SITES= http://xlibs.freedesktop.org/release/ MAINTAINER= gnome@FreeBSD.org COMMENT= A client-sided font API for X applications -LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig +LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 +BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig +RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig -USE_AUTOTOOLS= libtool:15 -USE_BZIP2= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_LDCONFIG= yes -USE_GNOME= gnomehack gnometarget -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ - LDFLAGS="-L${X11BASE}/lib" +XORG_CAT= lib +USE_XORG= xproto:both xrender +MAN1= xft-config.1 MAN3= Xft.3 -#.if defined(WITH_CJK) -#PATCH_SITES= http://bsdchat.com/dist/firefly-cjk-patchset/ \ -# http://bbs.ilc.edu.tw/~chinsan/ \ -# ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ -#PATCHFILES+= cjk-patch-libXft-20050716.diff.gz -#.endif - .include <bsd.port.mk> |