summaryrefslogtreecommitdiff
path: root/wm/scwm/Makefile
blob: c9738e3c9e7a72f505cd9c5845295ec9df154f11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# $NetBSD: Makefile,v 1.3 2001/02/17 17:21:46 wiz Exp $
#

DISTNAME=	scwm-0.9
CATEGORIES=	x11 wm
MASTER_SITES=	ftp://scwm.mit.edu/pub/scwm/

MAINTAINER=	packages@netbsd.org
HOMEPAGE=	http://scwm.sourceforge.net/
COMMENT=	Window manager with a powerful configuration (Guile Scheme) language

DEPENDS+=	guile>=1.3.2:../../lang/guile
DEPENDS+=	gtk+-1.2.*:../../x11/gtk
DEPENDS+=	gtar-1.12:../../archivers/gtar
DEPENDS+=	readline>=4.0:../../devel/readline

BROKEN=		Current release does not work with guile-1.4.0.

EVAL_PREFIX+=	GTKDIR=gtk+
CONFIGURE_ARGS+=	--with-guile-prefix=${LOCALBASE}	\
			--with-gtk-prefix="${GTKDIR}"		\
			--enable-multibyte

USE_X11BASE=	YES
USE_XPM=	YES
GNU_CONFIGURE=	YES
USE_GMAKE=	YES
USE_LIBTOOL=	YES

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