summaryrefslogtreecommitdiff
path: root/x11-wm/orion/Makefile
blob: 510372fc1f438aa66765e31d8c82dad33b58d00e (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
# New ports collection makefile for:	orion
# Date created:				14 July 2004
# Whom:					bkhl@elektrubadur.se
#
# $FreeBSD$
#

PORTNAME=	orion
PORTVERSION=	0.2
PORTREVISION=	2
CATEGORIES=	x11-wm scheme
MASTER_SITES=	ftp://ftp.scsh.net/pub/scsh/packages/orion-wm/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	An X11 window manager written in Scheme

RUN_DEPENDS=	${LOCALBASE}/lib/scsh/0.6/module-system:${PORTSDIR}/devel/sunterlib \
		${LOCALBASE}/lib/scsh/0.6/scx:${PORTSDIR}/x11-toolkits/scx

NO_BUILD=	yes
USE_XORG=	x11

DEPRECATED=		Version branch long since retired
EXPIRATION_DATE=	2007-10-28

do-install:
	(cd ${WRKSRC}; ./install.scm --prefix=${PREFIX})

post-install:
	${RM} -rf ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_MAN} ${WRKSRC}/doc/user.html ${DOCSDIR}
.endif

.include <bsd.port.mk>