pkgsrc/wm/sawfish/Makefile

30 lines
751 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.26 2004/04/14 19:30:22 jmmv Exp $
#
PKGNAME= sawfish-${SF_VERS}
PKGREVISION= 8
COMMENT= GNOME-aware window manager that is fully configurable in Lisp
2004-01-15 09:07:07 +01:00
DEPENDS+= sawfish-replibs-${SF_VERS}nb4:../../wm/sawfish-replibs
USE_DIRS+= xdg-1.1
USE_X11BASE= # defined
CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
BUILD_USES_MSGFMT= YES
2003-08-06 21:57:23 +02:00
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"