diff options
author | tnn <tnn> | 2007-09-14 15:04:48 +0000 |
---|---|---|
committer | tnn <tnn> | 2007-09-14 15:04:48 +0000 |
commit | 74d0cd4ada283d6c5901bbf07c3e3842f0d70ce6 (patch) | |
tree | e6c3e42945c6f98f00745226958e1cc43daf70ae /wm/sawfish/Makefile | |
parent | b5f92daff831341a6091d6fa66ee56bd62a4942b (diff) | |
download | pkgsrc-74d0cd4ada283d6c5901bbf07c3e3842f0d70ce6.tar.gz |
Update to sawfish-1.3.1, add DESTDIR support and update HOMEPAGE.
* configure.in: version 1.3.1 - This version is to let people know
that Sawfish is being revived by the community, and we are awaiting
patches to be submitted for incoming 1.3.2 release
* fixed possible buffer overflow in src/fonts.c (Yoshiaki Kasahara)
1.3.1 also has many updated translations and doc fixes.
Diffstat (limited to 'wm/sawfish/Makefile')
-rw-r--r-- | wm/sawfish/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/wm/sawfish/Makefile b/wm/sawfish/Makefile index edf27ee9644..6c05f36a4a2 100644 --- a/wm/sawfish/Makefile +++ b/wm/sawfish/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.44 2007/06/18 23:42:00 tnn Exp $ +# $NetBSD: Makefile,v 1.45 2007/09/14 15:04:48 tnn Exp $ # DISTNAME= sawfish-${SF_VERS} -PKGREVISION= 1 -SF_VERS= 1.3 +SF_VERS= 1.3.1 CATEGORIES= x11 wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sawmill/} MAINTAINER= tnn@NetBSD.org -HOMEPAGE= http://sawmill.sourceforge.net/ +HOMEPAGE= http://sawfish.wikia.com/ COMMENT= Extensible window manager that is fully configurable in Lisp DEPENDS+= rep-gtk2>=0.18:../../x11/rep-gtk2 @@ -21,9 +20,11 @@ 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_SCRIPT= ./autogen.sh CONFIGURE_ARGS+= --disable-themer -USE_TOOLS+= gmake makeinfo msgfmt pkg-config +PKG_DESTDIR_SUPPORT= user-destdir +USE_TOOLS+= gmake makeinfo msgfmt pkg-config autoconf automake USE_DIRS+= gnome2-1.5 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes |