2004-02-09 05:17:28 +01:00
|
|
|
# $NetBSD: Makefile,v 1.24 2004/02/09 04:17:28 xtraeme Exp $
|
2002-12-16 13:08:42 +01:00
|
|
|
#
|
|
|
|
|
2003-09-19 17:46:51 +02:00
|
|
|
DISTNAME= xft-2.1.2
|
|
|
|
PKGNAME= Xft2-2.1.2
|
2003-09-22 23:55:55 +02:00
|
|
|
PKGREVISION= 1
|
2002-12-16 13:08:42 +01:00
|
|
|
CATEGORIES= fonts x11
|
2003-09-19 17:46:51 +02:00
|
|
|
MASTER_SITES= http://x2.freedesktop.org/Software/fontconfig/releases/
|
2002-12-16 13:08:42 +01:00
|
|
|
|
2003-07-17 23:31:04 +02:00
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
2002-12-16 13:08:42 +01:00
|
|
|
HOMEPAGE= http://fontconfig.org/
|
|
|
|
COMMENT= Library for configuring and customizing font access
|
|
|
|
|
2003-03-09 00:49:27 +01:00
|
|
|
# This can use 2.0.5 but things which use it (ala pango) require 2.0.9 so make
|
|
|
|
# sure to keep in step
|
2003-03-29 20:00:18 +01:00
|
|
|
BUILDLINK_DEPENDS.freetype2= freetype2>=2.0.9
|
2003-03-09 00:49:27 +01:00
|
|
|
|
2003-09-19 17:46:51 +02:00
|
|
|
GNU_CONFIGURE= YES
|
2004-02-09 05:17:28 +01:00
|
|
|
USE_BUILDLINK3= YES
|
|
|
|
USE_LIBTOOL= YES
|
2004-01-22 09:36:03 +01:00
|
|
|
USE_GNU_TOOLS+= make
|
2003-09-19 17:46:51 +02:00
|
|
|
USE_X11= YES
|
|
|
|
USE_GNU_TOOLS+= awk
|
2002-12-16 13:08:42 +01:00
|
|
|
|
2003-09-22 23:55:55 +02:00
|
|
|
PKGCONFIG_OVERRIDE= ${WRKSRC}/xft.pc.in
|
2004-02-09 05:17:28 +01:00
|
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
2003-09-27 20:50:11 +02:00
|
|
|
MAKE_ENV+= EGREP="${EGREP}"
|
2003-09-19 17:46:51 +02:00
|
|
|
|
2003-09-19 19:23:16 +02:00
|
|
|
BUILDLINK_DEPENDS.Xrender= Xrender>=0.8.2
|
|
|
|
|
2004-02-09 05:17:28 +01:00
|
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
|
|
.include "../../fonts/fontconfig/buildlink3.mk"
|
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
|
|
.include "../../x11/Xrender/buildlink3.mk"
|
2002-12-16 13:08:42 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|