blob: 7699720938717b466630da0e3141c456d2591686 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.8 2003/06/17 15:09:59 agc 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
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
LIBTOOL_OVERRIDE=${WRKSRC}/libtool
.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/ossaudio.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|