fd0b717d3b
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.
22 lines
578 B
Makefile
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"
|