pkgsrc/fonts/Xft2/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

27 lines
742 B
Makefile

# $NetBSD: Makefile,v 1.11 2003/06/02 01:19:50 jschauma Exp $
#
DISTNAME= fcpackage.2_1
PKGNAME= Xft2-2.1
PKGREVISION= 4
WRKSRC= ${WRKDIR}/${DISTNAME}/Xft
CATEGORIES= fonts x11
MASTER_SITES= http://fontconfig.org/release/
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://fontconfig.org/
COMMENT= Library for configuring and customizing font access
# This can use 2.0.5 but things which use it (ala pango) require 2.0.9 so make
# sure to keep in step
BUILDLINK_DEPENDS.freetype2= freetype2>=2.0.9
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_GMAKE= YES
USE_X11= YES
.include "../../graphics/freetype2/buildlink2.mk"
.include "../../fonts/fontconfig/buildlink2.mk"
.include "../../x11/Xrender/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"