[Freebsd-haskell] [PATCH 6/9] x11-wm/xmonad:

Jacula Modyun jacula at gmail.com
Sun Mar 8 09:40:04 EDT 2009


- standardized pkg-descr

- corrected profile dependence in the Makefile
---
 x11-wm/xmonad/Makefile  |    4 ++++
 x11-wm/xmonad/pkg-descr |   17 ++++++++++++++++-
 2 files changed, 20 insertions(+), 1 deletions(-)

diff --git a/x11-wm/xmonad/Makefile b/x11-wm/xmonad/Makefile
index 1b10a42..7488385 100644
--- a/x11-wm/xmonad/Makefile
+++ b/x11-wm/xmonad/Makefile
@@ -21,6 +21,10 @@ USE_CABAL=	distrsimple:full docs lhs hc:bothdep profile:all:full
 
 MAN1=		xmonad.1
 
+.if !defined(NO_PROFILE)
+PROFILE_DEPENDS=	libHSX11-%%ver%%:${PORTSDIR}/x11/hs-x11-ghc
+.endif
+
 post-install:
 	${INSTALL_MAN} ${WRKSRC}/man/xmonad.1 ${MAN1PREFIX}/man/man1
 
diff --git a/x11-wm/xmonad/pkg-descr b/x11-wm/xmonad/pkg-descr
index a144dc5..554e04a 100644
--- a/x11-wm/xmonad/pkg-descr
+++ b/x11-wm/xmonad/pkg-descr
@@ -13,4 +13,19 @@ Features :
     * Large extension library
     * Extensive documentation and support for hacking
 
-WWW:	http://www.xmonad.org/
+Author:		Spencer Janssen
+Maintainer:	xmonad at haskell.org
+License:	BSD3
+WWW:		http://www.xmonad.org/
+
+Exposed-modules:
+	XMonad
+	XMonad.Main
+	XMonad.Core
+	XMonad.Config
+	XMonad.Layout
+	XMonad.ManageHook
+	XMonad.Operations
+	XMonad.StackSet
+
+Executable:	xmonad
-- 
1.6.1.3



More information about the FreeBSD-haskell mailing list