pkgsrc/graphics/libotf/Makefile
tron a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00

23 lines
540 B
Makefile

# $NetBSD: Makefile,v 1.13 2013/06/04 22:16:23 tron Exp $
#
DISTNAME= libotf-0.9.13
PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://download.savannah.gnu.org/releases/m17n/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= https://savannah.nongnu.org/projects/m17n
COMMENT= Library for handling OpenType fonts (OTF)
LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= libotf.pc.in
.include "options.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"