freebsd-ports/x11-wm/xmonad-contrib/Makefile
Alejandro Pulver 7570160916 Third party tiling algorithms, configurations and scripts to xmonad.
For an introduction to building, configuring and using xmonad extensions,
see XMonad.Doc.

In particular:

* XMonad.Doc.Configuring, a guide to configuring xmonad.
* XMonad.Doc.Extending, using the contributed extensions library.
* XMonad.Doc.Developing, introduction to xmonad internals and
  writing your own extensions.

WWW:	http://www.xmonad.org/

PR:		ports/120235
Submitted by:	Matthieu Guegan <matt.guegan at free.fr>
2008-02-20 01:11:37 +00:00

40 lines
1.1 KiB
Makefile

# New ports collection makefile for: xmonad-contrib
# Date created: 2008-01-23
# Whom: Matthieu Guegan <matt.guegan@free.fr>
#
# $FreeBSD$
#
PORTNAME= xmonad-contrib
PORTVERSION= 0.6
CATEGORIES= x11-wm haskell
MASTER_SITES= http://hackage.haskell.org/packages/archive/xmonad-contrib/${PORTVERSION}/
MAINTAINER= matt.guegan@free.fr
COMMENT= Third party tiling algorithms, configurations and scripts to xmonad
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \
hs-x11-ghc>=1.4.1:${PORTSDIR}/x11/hs-x11-ghc \
xmonad:${PORTSDIR}/x11-wm/xmonad
RUN_DEPENDS= xmonad:${PORTSDIR}/x11-wm/xmonad
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
USE_XLIB= yes
CABALCMD= ${LOCALBASE}/bin/runghc Setup.lhs
GHC_VERSION= 6.8.2
SUBDIR= lib/${PORTNAME}-${PORTVERSION}
PLIST_SUB= GHC_VERSION=${GHC_VERSION} \
SUBDIR=${SUBDIR}
do-configure:
cd ${WRKSRC} && ${CABALCMD} configure --ghc --prefix=${PREFIX}
do-build:
cd ${WRKSRC} && ${CABALCMD} build && ${CABALCMD} register --gen-script
do-install:
cd ${WRKSRC} && ${CABALCMD} install
${INSTALL_SCRIPT} ${WRKSRC}/register.sh ${PREFIX}/${SUBDIR}/register.sh
.include <bsd.port.mk>