28 lines
731 B
Makefile
28 lines
731 B
Makefile
# $NetBSD: Makefile,v 1.20 2003/11/12 01:31:52 salo Exp $
|
|
#
|
|
|
|
PKGNAME= sawfish-${SF_VERS}
|
|
PKGREVISION= 5
|
|
|
|
COMMENT= GNOME-aware window manager that is fully configurable in Lisp
|
|
|
|
DEPENDS+= sawfish-replibs-${SF_VERS}nb2:../../wm/sawfish-replibs
|
|
|
|
USE_X11BASE= # defined
|
|
|
|
CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
|
|
MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
|
|
BUILD_USES_MSGFMT= YES
|
|
|
|
USE_MAKEINFO= YES
|
|
INFO_FILES= sawfish.info
|
|
|
|
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"
|