pkgsrc/devel/libmatchbox/Makefile
agc fd0b717d3b The pkgconfig files are in the PLIST, so let's make sure they get
installed - add the pkgconfig buildlink3.mk file in here.

Part of a fix for a problem building wm/matchbox, seen in the bulk
build results.
2004-10-05 10:24:13 +00:00

22 lines
578 B
Makefile

# $NetBSD: Makefile,v 1.3 2004/10/05 10:24:13 agc Exp $
#
DISTNAME= libmatchbox-1.4
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://matchbox.handhelds.org/sources/libmatchbox/1.4/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://matchbox.handhelds.org/
COMMENT= Library for matchbox window manager for computers with small displays
USE_BUILDLINK3= yes
USE_X11= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../graphics/xpm/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"