2005-11-02 18:59:54 +01:00
|
|
|
# $NetBSD: Makefile,v 1.5 2005/11/02 18:00:24 thomasklausner Exp $
|
2005-02-16 01:07:52 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= orion-0.2
|
2005-11-02 18:59:54 +01:00
|
|
|
CATEGORIES= wm
|
2005-02-16 01:07:52 +01:00
|
|
|
MASTER_SITES= ftp://ftp.scsh.net/pub/scsh/packages/orion-wm/
|
|
|
|
|
|
|
|
MAINTAINER= airhead@users.sf.net
|
|
|
|
HOMEPAGE= http://orion.elektrubadur.se/
|
|
|
|
COMMENT= Orion - a window manager for X written in Scheme
|
|
|
|
|
|
|
|
#
|
2005-02-16 23:24:25 +01:00
|
|
|
# XXX; This is just nasty.
|
2005-02-16 01:07:52 +01:00
|
|
|
#
|
2005-02-16 23:24:25 +01:00
|
|
|
BUILD_DEPENDS+= scsh>=0.6:../../shells/scsh
|
2005-02-16 01:07:52 +01:00
|
|
|
BUILD_DEPENDS+= scsh-install-lib>=1:../../wip/scsh-install-lib
|
2005-02-16 17:57:39 +01:00
|
|
|
DEPENDS+= sunterlib-*:../../wip/sunterlib
|
|
|
|
DEPENDS+= scx-*:../../wip/scx
|
2005-02-16 01:07:52 +01:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
2005-02-16 23:24:25 +01:00
|
|
|
#
|
|
|
|
# Default to 80 Mb (20.000.000 cells, every cell is 4 bytes):
|
|
|
|
# Changing this would make it slower or faster. (the default if we
|
|
|
|
# wouldn't do this hack would be 20 Mb)
|
|
|
|
#
|
|
|
|
HEAP_SIZE= 20000000
|
|
|
|
SCSH_VM= ${PREFIX}/lib/scsh/scshvm
|
|
|
|
SCSH_IMAGE= ${PREFIX}/lib/scsh/scsh.image
|
|
|
|
|
|
|
|
SUBST_CLASSES+= orion
|
|
|
|
SUBST_STAGE.orion= post-patch
|
|
|
|
SUBST_FILES.orion= install.scm
|
|
|
|
SUBST_SED.orion= -e "s,@HEAP_SIZE@,${HEAP_SIZE},g" \
|
|
|
|
-e "s,@SCSH_VM@,${SCSH_VM},g" \
|
|
|
|
-e "s,@SCSH_IMAGE@,${SCSH_IMAGE},g"
|
|
|
|
|
2005-02-16 01:07:52 +01:00
|
|
|
do-install:
|
|
|
|
cd ${WRKSRC}; \
|
2005-02-16 23:24:25 +01:00
|
|
|
./install.scm --prefix=${PREFIX}
|
2005-02-16 01:07:52 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|