blob: cbc4db202e9aa28f19cea3dac02c00ab98993b7c (
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
|
# $NetBSD: Makefile,v 1.15 2003/05/02 11:56:37 wiz Exp $
#
PKGNAME= sawfish-${SF_VERS}
PKGREVISION= 1
COMMENT= GNOME-aware window manager that is fully configurable in Lisp
DEPENDS+= sawfish-replibs-${SF_VERS}nb1:../../wm/sawfish-replibs
USE_X11BASE= # defined
CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
TEXINFO_OVERRIDE= YES
BUILD_USES_MSGFMT= YES
PLIST_SUBST+= SF_VERS=${SF_VERS}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/sawfish/themes
${TOUCH} ${PREFIX}/share/sawfish/themes/.directory
${INSTALL_DATA_DIR} ${PREFIX}/share/sawfish/sounds
${TOUCH} ${PREFIX}/share/sawfish/sounds/.directory
.include "../../wm/sawfish/Makefile.common"
|