diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2001-08-10 19:58:12 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2001-08-10 19:58:12 +0000 |
commit | 05c68067f780040135457ed2abd33719491bf19b (patch) | |
tree | 8bc1a7bc914e0c263aabe7ffa425f513bca21279 /x11-wm/phluid | |
parent | 42e04858aeecf7753cfb64e75af2f23680ff6176 (diff) | |
download | ports-05c68067f780040135457ed2abd33719491bf19b.tar.gz ports-05c68067f780040135457ed2abd33719491bf19b.zip |
Notes
Diffstat (limited to 'x11-wm/phluid')
-rw-r--r-- | x11-wm/phluid/Makefile | 24 | ||||
-rw-r--r-- | x11-wm/phluid/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/phluid/pkg-comment | 1 | ||||
-rw-r--r-- | x11-wm/phluid/pkg-descr | 3 | ||||
-rw-r--r-- | x11-wm/phluid/pkg-plist | 13 |
5 files changed, 42 insertions, 0 deletions
diff --git a/x11-wm/phluid/Makefile b/x11-wm/phluid/Makefile new file mode 100644 index 000000000000..b51acda2fe6b --- /dev/null +++ b/x11-wm/phluid/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: phluid +# Date created: 11 August 2001 +# Whom: Yukihiro Nakai <nakai@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= phluid +PORTVERSION= 0.0.3 +CATEGORIES= x11-wm +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= phluid + +LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2 + +MAINTAINER= nakai@FreeBSD.org + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +CONFIGURE_ENV= CPPFLAGS='-I${X11BASE}/include' \ + LIBS='-L${X11BASE}/lib -lX11' + +.include <bsd.port.mk> diff --git a/x11-wm/phluid/distinfo b/x11-wm/phluid/distinfo new file mode 100644 index 000000000000..98a87f540e53 --- /dev/null +++ b/x11-wm/phluid/distinfo @@ -0,0 +1 @@ +MD5 (phluid-0.0.3.tar.gz) = 4eeb397ae38ee51932f4e8a838ad249e diff --git a/x11-wm/phluid/pkg-comment b/x11-wm/phluid/pkg-comment new file mode 100644 index 000000000000..46d404fa5f0e --- /dev/null +++ b/x11-wm/phluid/pkg-comment @@ -0,0 +1 @@ +a window manager that emphasizes efficiency, speed, and beauty diff --git a/x11-wm/phluid/pkg-descr b/x11-wm/phluid/pkg-descr new file mode 100644 index 000000000000..40329bcd8fea --- /dev/null +++ b/x11-wm/phluid/pkg-descr @@ -0,0 +1,3 @@ +a window manager that emphasizes efficiency, speed, and beauty + +WWW: http://sourceforge.net/projects/phluid/ diff --git a/x11-wm/phluid/pkg-plist b/x11-wm/phluid/pkg-plist new file mode 100644 index 000000000000..66f8db79b5a0 --- /dev/null +++ b/x11-wm/phluid/pkg-plist @@ -0,0 +1,13 @@ +bin/phluid +share/phluid/themes/default/images/close_active.png +share/phluid/themes/default/images/close_normal.png +share/phluid/themes/default/images/gradient.jpg +share/phluid/themes/default/images/title_bg.png +share/phluid/ttfonts/notepad.ttf +share/phluid/ttfonts/tahoma.ttf +share/phluid/ttfonts/tahomabd.ttf +@dirrm share/phluid/themes/default/images +@dirrm share/phluid/themes/default +@dirrm share/phluid/themes +@dirrm share/phluid/ttfonts +@dirrm share/phluid |