8824f3b856
Changes in version 1.0.1 ======================== * Documentation improvements [Matthias Clasen] * Use new API in FreeType 2.0.9 to greatly speed up coverage calculation for Xft and FT2 backends. * Some fixes for reading of OpenType tables. * Add -D_REENTRANT to compilation when necessary. [Sven Neumann] * Try and enable ClearType for Win32 backend. [Tor Lillqvist] * Fixes for Korean glyphs in the basic-x shaper [Changwoo Ryu] * Improvements for computation of average char/digit width [Sven Neumann] * Bug and error reporting fixes [Arnaud Charlet, Erewan Chenede, Mikael Hallendal, Stefan Israelsson, Alex Larsson, Soeren Sandmann, Dan Winship]
29 lines
831 B
Makefile
29 lines
831 B
Makefile
# $NetBSD: Makefile,v 1.2 2002/03/30 19:59:33 dmcmahill Exp $
|
|
#
|
|
|
|
DISTNAME= pango-1.0.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.0/ \
|
|
ftp://ftp.cs.umn.edu/pub/gimp/gtk/v2.0/ \
|
|
http://www.ameth.org/gimp/pub/gtk/v2.0/ \
|
|
${MASTER_SITE_GNOME:=stable/sources/pango/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.pango.org
|
|
COMMENT= Library for layout and rendering of text
|
|
|
|
USE_BUILDLINK_ONLY= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
USE_GMAKE= yes
|
|
|
|
test: build
|
|
cd ${WRKSRC} && ${MAKE_ENV} ${MAKE_PROGRAM} check 2>&1 | \
|
|
tee ${WRKDIR}/check.log
|
|
|
|
.include "../../devel/glib2/buildlink.mk"
|
|
.include "../../devel/pkgconfig/buildlink.mk"
|
|
.include "../../graphics/freetype2/buildlink.mk"
|
|
.include "../../mk/x11.buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|