9c8b5ede43
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
30 lines
824 B
Makefile
30 lines
824 B
Makefile
# $NetBSD: Makefile,v 1.45 2006/03/04 21:29:38 jlam Exp $
|
|
|
|
DISTNAME= libXft-2.1.7
|
|
PKGNAME= Xft2-2.1.7
|
|
PKGREVISION= 2
|
|
CATEGORIES= fonts x11
|
|
MASTER_SITES= http://xlibs.freedesktop.org/release/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://fontconfig.org/
|
|
COMMENT= Library for configuring and customizing font access
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE= xft.pc.in
|
|
MAKE_ENV+= EGREP=${EGREP:Q}
|
|
|
|
BUILDLINK_DEPENDS.Xrender+= Xrender>=0.8.2
|
|
BUILDLINK_DEPENDS.fontconfig+= fontconfig>=2.2
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../fonts/fontconfig/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../x11/Xrender/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|