diff options
author | nakai <nakai@FreeBSD.org> | 2001-08-11 03:58:12 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2001-08-11 03:58:12 +0800 |
commit | ef8d90058759da087922150e2ab06f25cf1b0394 (patch) | |
tree | bddbce56a0b0b91d0d0ab6fea97e2997a70b3673 /x11-wm/phluid | |
parent | fc1677ea57e61a56d743c6c5fee37e85172a02db (diff) | |
download | freebsd-ports-graphics-ef8d90058759da087922150e2ab06f25cf1b0394.tar.gz freebsd-ports-graphics-ef8d90058759da087922150e2ab06f25cf1b0394.tar.zst freebsd-ports-graphics-ef8d90058759da087922150e2ab06f25cf1b0394.zip |
a window manager that emphasizes efficiency, speed, and beauty
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 00000000000..b51acda2fe6 --- /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 00000000000..98a87f540e5 --- /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 00000000000..46d404fa5f0 --- /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 00000000000..40329bcd8fe --- /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 00000000000..66f8db79b5a --- /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 |