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/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile
deleted file mode 100644
index b3c6e3a7541e..000000000000
--- a/x11-fonts/libXft/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: Xft
-# Date created: 06 October 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= Xft
-PORTVERSION= 2.1.2
-CATEGORIES= x11-fonts
-MASTER_SITES= http://fontconfig.org/fontconfig/release/
-DISTNAME= xft-${PORTVERSION}
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A client-sided font API for X applications
-
-LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
-
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-INSTALLS_SHLIB= yes
-USE_GNOME= gnomehack gnometarget
-USE_REINPLACE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
- LDFLAGS="-L${X11BASE}/lib"
-
-MAN3= Xft.3
-
-.include <bsd.port.pre.mk>
-
-.if ${XFREE86_VERSION} == 3
-BROKEN= Xft requires XFree86 4.x to build.
-.endif
-
-.include <bsd.port.post.mk>