2003-07-18 00:50:55 +02:00
|
|
|
# $NetBSD: Makefile,v 1.8 2003/07/17 22:55:13 grant Exp $
|
2001-04-22 15:32:28 +02:00
|
|
|
#
|
|
|
|
|
2003-03-07 02:25:09 +01:00
|
|
|
DISTNAME= ion-20020207
|
2001-04-22 15:32:28 +02:00
|
|
|
CATEGORIES= x11 wm
|
2003-03-07 02:25:09 +01:00
|
|
|
MASTER_SITES= http://modeemi.cs.tut.fi/~tuomov/dl/
|
2001-04-22 15:32:28 +02:00
|
|
|
|
2003-07-18 00:50:55 +02:00
|
|
|
MAINTAINER= daniel@codefactory.se,zuntum@NetBSD.org
|
2003-03-07 02:25:09 +01:00
|
|
|
HOMEPAGE= http://modeemi.cs.tut.fi/~tuomov/ion/
|
2001-04-22 15:32:28 +02:00
|
|
|
COMMENT= keyboard friendly tiling window manager
|
|
|
|
|
2002-08-25 23:50:52 +02:00
|
|
|
USE_BUILDLINK2= YES
|
2003-01-28 23:03:00 +01:00
|
|
|
USE_PKGINSTALL= YES
|
2003-03-07 02:25:09 +01:00
|
|
|
USE_X11= YES
|
2002-08-25 23:50:52 +02:00
|
|
|
USE_GMAKE= YES
|
2001-04-22 15:32:28 +02:00
|
|
|
|
2002-12-22 22:33:14 +01:00
|
|
|
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_SYSCONFBASE, that is, the
|
|
|
|
# PKG_SYSCONFSUBDIR we are currently using.
|
|
|
|
MAKE_ENV= PKG_SYSCONFBASE="${PKG_SYSCONFBASE}"
|
|
|
|
|
2001-04-22 15:32:28 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|