diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
commit | f6f83c9efc2c46d2970746758e2c682bb8a518ec (patch) | |
tree | 290f2ea61305744bf0f477895c56b92acaeb361f /x11 | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) | |
download | ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.tar.gz ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/hs-X11-xft/Makefile | 7 | ||||
-rw-r--r-- | x11/hs-X11/Makefile | 9 | ||||
-rw-r--r-- | x11/hs-xmobar/Makefile | 9 | ||||
-rw-r--r-- | x11/hs-xmobar/pkg-descr | 2 |
4 files changed, 8 insertions, 19 deletions
diff --git a/x11/hs-X11-xft/Makefile b/x11/hs-X11-xft/Makefile index c33663b18ef3..3623d3d824ea 100644 --- a/x11/hs-X11-xft/Makefile +++ b/x11/hs-X11-xft/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: hs-x11-xft-ghc -# Date created: 2008-10-21 -# Whom: Ashish Shukla <wahjava@gmail.com> -# # $FreeBSD$ -# PORTNAME= X11-xft PORTVERSION= 0.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11/hs-X11/Makefile b/x11/hs-X11/Makefile index 4543b1659853..54a2a91f2b07 100644 --- a/x11/hs-X11/Makefile +++ b/x11/hs-X11/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: hs-x11-ghc -# Date created: 2007-09-03 -# Whom: Volker Stolz <vs@FreeBSD.org> -# +# Created by: Volker Stolz <vs@FreeBSD.org> # $FreeBSD$ PORTNAME= X11 PORTVERSION= 1.5.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 haskell MAINTAINER= haskell@FreeBSD.org @@ -23,7 +20,7 @@ OPTIONS_DEFAULT= XINERAMA XINERAMA_DESC= Build with Xinerama support -.include <bsd.port.options.mk> +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk" .if ${PORT_OPTIONS:MXINERAMA} USE_XORG+= xinerama diff --git a/x11/hs-xmobar/Makefile b/x11/hs-xmobar/Makefile index a3cb9ad3dbbf..a658438b67a2 100644 --- a/x11/hs-xmobar/Makefile +++ b/x11/hs-xmobar/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: xmobar -# Date created: November 7, 2008 -# Whom: Samy Al Bahra <sbahra@kerneled.org> -# +# Created by: Samy Al Bahra <sbahra@kerneled.org> # $FreeBSD$ PORTNAME= xmobar PORTVERSION= 0.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 haskell MAINTAINER= haskell@FreeBSD.org @@ -29,7 +26,7 @@ XFT_DESC= Use Xft to render text (UTF-8 support included) UTF8_DESC= UTF-8 support MPD_DESC= mpd support -.include <bsd.port.options.mk> +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk" # Disable Linux-only options CONFIGURE_ARGS+= --flags="-with_inotify -with_iwlib" diff --git a/x11/hs-xmobar/pkg-descr b/x11/hs-xmobar/pkg-descr index e202314d2fc0..e6fd56693605 100644 --- a/x11/hs-xmobar/pkg-descr +++ b/x11/hs-xmobar/pkg-descr @@ -2,4 +2,4 @@ Xmobar is a minimalistic text based status bar. Inspired by the Ion3 status bar, it supports similar features, like dynamic color management, output templates, and extensibility through plugins. -WWW: http://projects.haskell.org/xmobar/ +WWW: http://projects.haskell.org/xmobar/ |