File:  [cvs.NetBSD.org] / pkgsrc / wm / metisse / Attic / Makefile
Revision 1.31: download - view: text, annotated - select for diffs
Sat Jan 26 21:39:00 2013 UTC (11 years, 10 months ago) by adam
Branches: MAIN
CVS tags: HEAD
Revbump after graphics/jpeg and textproc/icu

# $NetBSD: Makefile,v 1.31 2013/01/26 21:39:00 adam Exp $
#

DISTNAME=	metisse-0.4.1
PKGREVISION=	20
CATEGORIES=	wm x11
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

CONFLICTS+=	fvwm-[0-9]*

GNU_CONFIGURE=		yes
USE_TOOLS+=		pkg-config msgfmt perl
USE_PKGLOCALEDIR=	yes
USE_LANGUAGES=		c c++
USE_LIBTOOL=		yes
USE_GNU_READLINE=	yes	# uses read_history_range, append_history & history_truncate_file

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"
.include "../../x11/libXft/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/nucleo/buildlink3.mk"

.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>