diff options
author | hubertf <hubertf> | 1999-09-24 00:33:10 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-09-24 00:33:10 +0000 |
commit | dcab639e1dd36215c52408cf0df0b27e204f5f10 (patch) | |
tree | a7026c456307e17fbbf6590e37e76feef3a6c113 /x11/wmfire | |
parent | 0713aa3656f14668b920a3da6c20a7fefdf8155f (diff) | |
download | pkgsrc-dcab639e1dd36215c52408cf0df0b27e204f5f10.tar.gz |
Wmfire is an eye-candy dock applet for Window Maker that displays
generated fire, possibly according to how much load the system is
experiencing, or from a number somewhere in a file.
Diffstat (limited to 'x11/wmfire')
-rw-r--r-- | x11/wmfire/Makefile | 22 | ||||
-rw-r--r-- | x11/wmfire/files/md5 | 3 | ||||
-rw-r--r-- | x11/wmfire/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/wmfire/pkg/DESCR | 4 | ||||
-rw-r--r-- | x11/wmfire/pkg/PLIST | 7 |
5 files changed, 37 insertions, 0 deletions
diff --git a/x11/wmfire/Makefile b/x11/wmfire/Makefile new file mode 100644 index 00000000000..40e4407940c --- /dev/null +++ b/x11/wmfire/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/09/24 00:33:10 hubertf Exp $ +# + +DISTNAME= wmfire-0.0.3.8 +CATEGORIES= x11 +MASTER_SITES= http://www.zebra.net/~dm/wmfire/ + +MAINTAINER= hubertf@netbsd.org + +USE_X11= YES +GNU_CONFIGURE= YES +CONFIGURE_ENV+= CPPFLAGS=-I${X11BASE}/include + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wmfire + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmfire + ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${PREFIX}/share/doc/wmfire + ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/wmfire + ${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/wmfire + ${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/wmfire + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/wmfire/files/md5 b/x11/wmfire/files/md5 new file mode 100644 index 00000000000..0aa9941aedc --- /dev/null +++ b/x11/wmfire/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/09/24 00:33:10 hubertf Exp $ + +MD5 (wmfire-0.0.3.8.tar.gz) = 026f92098b7096593b7a1dcb0f32709d diff --git a/x11/wmfire/pkg/COMMENT b/x11/wmfire/pkg/COMMENT new file mode 100644 index 00000000000..9eff3cf5215 --- /dev/null +++ b/x11/wmfire/pkg/COMMENT @@ -0,0 +1 @@ +Displays generated fire according to system load. diff --git a/x11/wmfire/pkg/DESCR b/x11/wmfire/pkg/DESCR new file mode 100644 index 00000000000..8caa731f6e7 --- /dev/null +++ b/x11/wmfire/pkg/DESCR @@ -0,0 +1,4 @@ +Wmfire is an eye-candy dock applet for Window Maker that displays +generated fire, possibly according to how much load the system is +experiencing, or from a number somewhere in a file. wmfire requires +very little CPU. diff --git a/x11/wmfire/pkg/PLIST b/x11/wmfire/pkg/PLIST new file mode 100644 index 00000000000..470a929ee2a --- /dev/null +++ b/x11/wmfire/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/24 00:33:10 hubertf Exp $ +bin/wmfire +share/doc/wmfire/README +share/doc/wmfire/AUTHORS +share/doc/wmfire/COPYING +share/doc/wmfire/CREDITS +share/doc/wmfire/INSTALL |