diff options
author | jschauma <jschauma> | 2003-07-23 16:59:53 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-07-23 16:59:53 +0000 |
commit | 6d203723eb46fde423aab7083be9c192ce334c5a (patch) | |
tree | d7c6e74ded19099bfb0caa3ec3d20b8c14593005 /x11/fspanel/Makefile | |
parent | 919606c69a097b43b7ef383dc01f39e5a81fceb4 (diff) | |
download | pkgsrc-6d203723eb46fde423aab7083be9c192ce334c5a.tar.gz |
Initial import of x11/fspanel, based on package submitted by
ptiJo at noos dot fr in PR pkg/21343:
FSPanel is a panel for Linux/Unix that lists all your open windows. It
lets you iconify and bring windows to front. FSPanel is tiny, less than
10k on i386-linux. It does require a EWMH compliant window manager
though (eg. Enlightenment, SawFish, WindowMaker, IceWM).
Basically it's a tiny, lame, featureless panel.
Diffstat (limited to 'x11/fspanel/Makefile')
-rw-r--r-- | x11/fspanel/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/fspanel/Makefile b/x11/fspanel/Makefile new file mode 100644 index 00000000000..3c47cacbeef --- /dev/null +++ b/x11/fspanel/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/07/23 16:59:53 jschauma Exp $ +# + +DISTNAME= fspanel-0.8beta1 +PKGNAME= ${DISTNAME:C/beta/.0./} +CATEGORIES= x11 +MASTER_SITES= http://www.chatjunkies.org/fspanel/ + +MAINTAINER= ptiJo <ptiJo@noos.fr> +HOMEPAGE= http://www.chatjunkies.org/fspanel/ +COMMENT= F***ing Small Panel + +USE_BUILDLINK2= YES +USE_X11= YES +HAS_CONFIGURE= YES + +CFLAGS+= -DHAVE_XPM -DXFT + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/fspanel ${PREFIX}/bin/ + +.include "../../graphics/freetype2/buildlink2.mk" +.include "../../graphics/xpm/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |