aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/cl-stumpwm/Makefile
blob: 8e527f49ba31bc42e9fb3ca1cfff62c20e9da672 (plain) (blame)
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
31
32
33
34
35
36
37
# New ports collection makefile for:	stumpwm
# Date created:				2008-02-20
# Whom:					alepulver
#
# $FreeBSD$
#

PORTNAME=	stumpwm
PORTVERSION=	0.9.5
CATEGORIES=	x11-wm
MASTER_SITES=	SAVANNAH
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A tiling, keyboard driven Window Manager written in Common Lisp

BUILD_DEPENDS=	clisp:${PORTSDIR}/lang/clisp

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-lisp=clisp
STRIP=

PLIST_FILES=	bin/stumpwm
INFO=		stumpwm

.include <bsd.port.pre.mk>

.if !exists(${LOCALBASE}/bin/clisp) || \
    !exists(${LOCALBASE}/lib/clisp/full/clx.o)
IGNORE=		requires lang/clisp built with CLX_NEW option ON
.endif

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/stumpwm ${PREFIX}/bin
	${INSTALL_DATA} ${WRKSRC}/stumpwm.info ${PREFIX}/${INFO_PATH}

.include <bsd.port.post.mk>