916523c8b7
Noticed under FreeBSD using X.org that it couldn't find Xft headers. And see that libmb library on NetBSD using native X directly needs libXft library. Bump PKGREVISION because this could create a new dependency. (I also saw that this uses freetype and fontconfig too, but I didn't add this though because it didn't fail build and I am not sure yet.)
22 lines
613 B
Makefile
22 lines
613 B
Makefile
# $NetBSD: Makefile,v 1.7 2005/06/01 04:06:53 reed Exp $
|
|
#
|
|
|
|
DISTNAME= libmatchbox-1.6
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://projects.o-hand.com/matchbox/sources/libmatchbox/1.6/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://projects.o-hand.com/matchbox/
|
|
COMMENT= Library for matchbox window manager for computers with small displays
|
|
|
|
USE_X11= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../fonts/Xft2/buildlink3.mk"
|
|
.include "../../graphics/xpm/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|