aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/libXft/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fonts/libXft/Makefile')
-rw-r--r--x11-fonts/libXft/Makefile27
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>