summaryrefslogtreecommitdiff
path: root/wm/pwm/Makefile
blob: b5c11b3e9a3d03669c22319cf813666d7bdf728b (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
33
34
# $NetBSD: Makefile,v 1.5 2002/08/25 21:51:36 jlam Exp $
#

DISTNAME=	pwm-1.0
CATEGORIES=	wm x11
MASTER_SITES=	http://www.students.tut.fi/~tuomov/dl/

MAINTAINER=	packages@netbsd.org
HOMEPAGE=	http://www.students.tut.fi/~tuomov/pwm/
COMMENT=	Window manager that frames multiple client windows in a single frame

USE_BUILDLINK2=		YES
USE_X11=		YES
USE_GMAKE=		YES
MAKE_ENV+=		SYSCONFDIR="${PKG_SYSCONFDIR}"

PKG_SYSCONFSUBDIR=	pwm
EGDIR=			${PREFIX}/share/examples/pwm
CONF_FILES=		${EGDIR}/pwm.conf ${PKG_SYSCONFDIR}/pwm.conf
SUPPS=			buttons-default.conf
SUPPS+=			keys-default.conf
SUPPS+=			menus-default.conf
SUPPS+=			look-beoslike.conf
SUPPS+=			look-brownsteel.conf
SUPPORT_FILES=		# empty
.for FILE in ${SUPPS}
SUPPORT_FILES+=		${EGDIR}/${FILE} ${PKG_SYSCONFDIR}/${FILE}
.endfor

post-install:
	${RM} -f ${EGDIR}/sample.conf

.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"