pkgsrc/devel/libmatchbox/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
648 B
Makefile

# $NetBSD: Makefile,v 1.28 2013/06/04 22:15:54 tron Exp $
#
DISTNAME= libmatchbox-1.9
PKGREVISION= 6
CATEGORIES= devel
MASTER_SITES= http://matchbox-project.org/sources/libmatchbox/1.9/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://matchbox-project.org/
COMMENT= Library for matchbox window manager for computers with small displays
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../graphics/png/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"