2004-04-14 21:30:22 +02:00
|
|
|
# $NetBSD: Makefile,v 1.26 2004/04/14 19:30:22 jmmv Exp $
|
2000-12-12 03:03:46 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
PKGNAME= sawfish-${SF_VERS}
|
2004-03-08 20:40:36 +01:00
|
|
|
PKGREVISION= 8
|
2000-12-12 03:03:46 +01:00
|
|
|
|
2001-02-17 18:21:28 +01:00
|
|
|
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
|
2000-12-12 03:03:46 +01:00
|
|
|
|
2004-04-14 21:30:22 +02:00
|
|
|
USE_DIRS+= xdg-1.1
|
2000-12-12 03:03:46 +01:00
|
|
|
USE_X11BASE= # defined
|
|
|
|
|
2002-10-08 15:22:37 +02:00
|
|
|
CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
|
|
|
|
MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
|
2002-05-31 02:53:09 +02:00
|
|
|
BUILD_USES_MSGFMT= YES
|
2000-12-12 03:03:46 +01:00
|
|
|
|
2003-08-06 21:57:23 +02:00
|
|
|
USE_MAKEINFO= YES
|
|
|
|
INFO_FILES= sawfish.info
|
|
|
|
|
2000-12-12 03:03:46 +01:00
|
|
|
PLIST_SUBST+= SF_VERS=${SF_VERS}
|
|
|
|
|
|
|
|
post-install:
|
2001-02-25 05:17:35 +01:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/sawfish/themes
|
2000-12-12 03:03:46 +01:00
|
|
|
${TOUCH} ${PREFIX}/share/sawfish/themes/.directory
|
2001-02-25 05:17:35 +01:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/sawfish/sounds
|
2000-12-12 03:03:46 +01:00
|
|
|
${TOUCH} ${PREFIX}/share/sawfish/sounds/.directory
|
|
|
|
|
|
|
|
.include "../../wm/sawfish/Makefile.common"
|