mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
4eb209da7d
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
35 lines
763 B
Makefile
35 lines
763 B
Makefile
# New ports collection makefile for: Xft
|
|
# Date created: 06 October 2002
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libXft
|
|
PORTVERSION= 2.1.6
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
|
|
|
|
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
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
|
LDFLAGS="-L${X11BASE}/lib"
|
|
|
|
MAN3= Xft.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${X_WINDOW_SYSTEM:L} == xfree86-3
|
|
IGNORE= Xft requires Render extension headers/library to build.
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|