mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
c4aebd467c
GHC in the ports tree has been updated to version 7.0.4 and the port revision for all the Haskell ports without version changes are bumped. Other per-port updates are coming soon. This update also incorporates some improvements for bsd.cabal.mk that makes working with Haskell ports even easier. Thanks ashish@ for the help! Obtained from: FreeBSD Haskell
28 lines
510 B
Makefile
28 lines
510 B
Makefile
# New ports collection makefile for: xmonad
|
|
# Date created: 2007-10-25
|
|
# Whom: Matthieu Guegan <matt.guegan@free.fr>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmonad
|
|
PORTVERSION= 0.10
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-wm haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Xmonad is a minimalist and tiling window manager for X
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= mtl utf8-string>=0.3 X11>=1.5.0.0
|
|
USE_XORG= x11
|
|
|
|
MAN1= xmonad.1
|
|
MAN1SRC= man
|
|
|
|
EXECUTABLE= xmonad
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|