blob: d4745b9076eea8f045bc3e684cc3832cdbcc2e63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# $NetBSD: Makefile,v 1.10 2004/01/07 02:21:17 jlam Exp $
#
DISTNAME= ion-20020207
CATEGORIES= x11 wm
MASTER_SITES= http://modeemi.cs.tut.fi/~tuomov/dl/
MAINTAINER= daniel@codefactory.se,zuntum@NetBSD.org
HOMEPAGE= http://modeemi.cs.tut.fi/~tuomov/ion/
COMMENT= Keyboard friendly tiling window manager
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
USE_X11= YES
USE_GMAKE= YES
PKG_SYSCONFSUBDIR= ion
EGDIR= ${PREFIX}/share/examples/ion
EGFILES= bindings-default.conf bindings-sun.conf kludges.conf \
look-brownsteel.conf look-greyviolet.conf \
look-simpleblue.conf look-wheat.conf sample.conf \
ion.conf
.for f in ${EGFILES}
CONF_FILES+= ${EGDIR}/$f ${PKG_SYSCONFDIR}/$f
.endfor
.undef f
# ion's sources will append "ion/" to PKG_SYSCONFBASEDIR, that is, the
# PKG_SYSCONFSUBDIR we are currently using.
MAKE_ENV= PKG_SYSCONFBASEDIR="${PKG_SYSCONFBASEDIR}"
.include "../../mk/bsd.pkg.mk"
|