34 lines
930 B
Makefile
34 lines
930 B
Makefile
# $NetBSD: Makefile,v 1.4 2002/01/31 04:07:59 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_BUILDLINK_ONLY= 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/x11.buildlink.mk"
|
|
.include "../../mk/bsd.pkg.install.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|