summaryrefslogtreecommitdiff
path: root/wm/metisse/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2009-07-24 12:10:18 +0000
committerobache <obache@pkgsrc.org>2009-07-24 12:10:18 +0000
commit5edadacf1c02392c7f475a261af394bbd3cd43f7 (patch)
tree7594190d3797ae75a310a18379b0f6f5852ba102 /wm/metisse/Makefile
parentb2f37d745dd62ad22ef89f8bc5699a0969f810ab (diff)
downloadpkgsrc-5edadacf1c02392c7f475a261af394bbd3cd43f7.tar.gz
Update metisse to 0.4.1.
This is mostly a maintenance release compared to 0.4.0. It fixes build issues when building with _FORTIFY_SOURCE and it includes all the security patches from Mandriva. Pkgsrc Changes: * set LICENSE gnu-gpl-v3 * marked as user-destdir ready. * add option: mmx and python , fixes PR 41735. * set selected X's one to default font path.
Diffstat (limited to 'wm/metisse/Makefile')
-rw-r--r--wm/metisse/Makefile17
1 files changed, 12 insertions, 5 deletions
diff --git a/wm/metisse/Makefile b/wm/metisse/Makefile
index 1035aa8bf27..1df1d812c7d 100644
--- a/wm/metisse/Makefile
+++ b/wm/metisse/Makefile
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.8 2009/06/12 17:24:54 ahoka Exp $
+# $NetBSD: Makefile,v 1.9 2009/07/24 12:10:18 obache Exp $
#
-DISTNAME= metisse-0.4.0-rc4
-PKGNAME= metisse-0.4.0rc4
-PKGREVISION= 5
+DISTNAME= metisse-0.4.1
CATEGORIES= wm x11
-MASTER_SITES= http://insitu.lri.fr/metisse/download/0.4.0-rc4/
+MASTER_SITES= http://insitu.lri.fr/metisse/download/metisse/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://insitu.lri.fr/metisse/
COMMENT= Window manager with novel features
+LICENSE= gnu-gpl-v3
+
+PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config msgfmt perl
@@ -21,6 +22,12 @@ USE_GNU_READLINE= yes # uses read_history_range, append_history & history_trunca
DEPENDS+= rxvt>=2.7.10nb5:../../x11/rxvt
+CONFIGURE_ARGS+= --with-fontdir=${X11BASE}/lib/X11/fonts
+
+REPLACE_PERL+= FvwmCompositor/config/scripting.pl
+
+.include "options.mk"
+
.include "../../audio/rplay/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"