pkgsrc/wm/sawfish/Makefile
tnn 9f0e172aed Update to sawfish-1.3.4.
New features:
- "Enter-Click focus mode" by Dagfinn I. Mannsake, Christopher
   Bratusek and Timo Korvola: windows get focus only when mouse
   enters it or if it is clicked and was unfocused.
- "Parallel make" by Harald van Dijk: allows building using
   more processors.
- Improved window property handling by Teika Kazura.
- Added new themes: mxflat, get-S-tabbed and elberg-tabbed.
- Added new binding to maximize window fullscreen on all
  xinerama screens, by Jonathan Sambrook.

Also various bugfixes.
2008-09-23 19:10:52 +00:00

52 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.49 2008/09/23 19:10:52 tnn Exp $
#
DISTNAME= sawfish-1.3.4
CATEGORIES= x11 wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sawmill/}
MAINTAINER= tnn@NetBSD.org
HOMEPAGE= http://sawfish.wikia.com/
COMMENT= Extensible window manager that is fully configurable in Lisp
DEPENDS+= rep-gtk2>=0.18:../../x11/rep-gtk2
CONFLICTS+= sawfish-replibs-[0-9]*
CONFLICTS+= sawfish-themes-[0-9]*
CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q}
MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q}
CONFIGURE_ENV+= REP_ENV_PKGSRC=${REP_ENV_PKGSRC:Q}
MAKE_ENV+= REP_ENV_PKGSRC=${REP_ENV_PKGSRC:Q}
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-themer
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake makeinfo msgfmt pkg-config xgettext
USE_DIRS+= gnome2-1.5
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
INFO_FILES= YES
SUBST_CLASSES+= env
SUBST_STAGE.env= pre-configure
SUBST_FILES.env= lisp/sawfish/ui/main.jl.in po/sawfish-xgettext
SUBST_FILES.env+= scripts/sawfish-*.jl* themer/themer.in
SUBST_SED.env= -e 's,exec rep,exec env ${REP_ENV_PKGSRC} rep,g'
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD" && empty(${OS_VERSION:M1.*})
REP_ENV_PKGSRC= LD_PRELOAD=/usr/lib/libpthread.so
.else
REP_ENV_PKGSRC=
.endif
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../audio/esound/buildlink3.mk"
.include "../../lang/librep/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"