blob: e3f65f6b1b4a95ad38250fe3243f06caf0cde466 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.7 2003/06/02 01:16:14 jschauma Exp $
#
DISTNAME= matchbox-0.3.6
CATEGORIES= wm x11
MASTER_SITES= http://handhelds.org/~mallum/downloadables/matchbox/
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://handhelds.org/~mallum/matchbox/
COMMENT= window manager designed for computers with small displays
USE_BUILDLINK2= YES
USE_X11= YES
GNU_CONFIGURE= YES
.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/ossaudio.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|