pkgsrc/wm/sawfish/Makefile
rillig b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00

31 lines
793 B
Makefile

# $NetBSD: Makefile,v 1.31 2005/12/05 20:51:09 rillig Exp $
#
PKGNAME= sawfish-${SF_VERS}
PKGREVISION= 10
COMMENT= GNOME-aware window manager that is fully configurable in Lisp
DEPENDS+= sawfish-replibs-${SF_VERS}nb5:../../wm/sawfish-replibs
USE_DIRS+= xdg-1.1
USE_X11BASE= yes
CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q}
MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q}
BUILD_USES_MSGFMT= YES
USE_MAKEINFO= YES
INFO_FILES= sawfish.info
PLIST_SUBST+= SF_VERS=${SF_VERS:Q}
.include "../../mk/x11.buildlink3.mk"
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"