817a65bd3b
games/darkplaces games/quake-dpmod games/edge games/deng games/odamex games/uhexen2 games/uhexen2-extras games/vavoom games/vavoom-extras games/alienarena games/alienarena-data games/freedroidrpg games/assaultcube games/freeorion x11-toolkits/gigi devel/allegro devel/allegrogl devel/adime devel/allegro-devel net-p2p/qbittorrent net-p2p/rblibtorrent-devel emulators/wahcade x11-wm/stumpwm x11-wm/icewm
37 lines
802 B
Makefile
37 lines
802 B
Makefile
# 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>
|