Reimport of wmfire. No repo copy needed since there was no history
to preserve.
This commit is contained in:
parent
79f56897a6
commit
a8d3a3aa27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22891
24
sysutils/wmfire/Makefile
Normal file
24
sysutils/wmfire/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: wmfire
|
||||
# Version required: 0.0.3.9pre4
|
||||
# Date created: 21 October 1999
|
||||
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= wmfire-0.0.3.9pre4
|
||||
PKGNAME= wmfire-0.0.3.9
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.zebra.net/~dm/wmfire/
|
||||
|
||||
MAINTAINER= jedgar@fxp.org
|
||||
|
||||
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-x
|
||||
CONFIGURE_ENV+= CFLAGS="-I${PREFIX}/include ${CFLAGS}" \
|
||||
LIBS="-L${PREFIX}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
1
sysutils/wmfire/distinfo
Normal file
1
sysutils/wmfire/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (wmfire-0.0.3.9pre4.tar.gz) = a5ea7e73041494dae95eba058d55cab1
|
13
sysutils/wmfire/files/patch-aa
Normal file
13
sysutils/wmfire/files/patch-aa
Normal file
@ -0,0 +1,13 @@
|
||||
--- configure.orig Thu Oct 21 21:23:53 1999
|
||||
+++ configure Thu Oct 21 23:37:39 1999
|
||||
@@ -1755,8 +1755,8 @@
|
||||
linux*)
|
||||
echo "$ac_t""Linux" 1>&6
|
||||
;;
|
||||
- netbsd*)
|
||||
- echo "$ac_t""NetBSD" 1>&6
|
||||
+ freebsd*)
|
||||
+ echo "$ac_t""FreeBSD" 1>&6
|
||||
;;
|
||||
*)
|
||||
echo "$ac_t""*Unknown*" 1>&6
|
11
sysutils/wmfire/files/patch-ab
Normal file
11
sysutils/wmfire/files/patch-ab
Normal file
@ -0,0 +1,11 @@
|
||||
--- fireload_cpu.c.orig Thu Sep 30 10:45:48 1999
|
||||
+++ fireload_cpu.c Thu Oct 21 23:25:10 1999
|
||||
@@ -30,7 +30,7 @@
|
||||
# define DELTA(i, x) (cpuinfo[i].cs_new.x - cpuinfo[i].cs_old.x)
|
||||
#endif
|
||||
|
||||
-#ifdef __NetBSD__
|
||||
+#ifdef __FreeBSD__
|
||||
/********************************
|
||||
* NetBSD code by Hubert Feyrer *
|
||||
********************************/
|
1
sysutils/wmfire/pkg-comment
Normal file
1
sysutils/wmfire/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Window Maker dock app showing load average as a flame
|
6
sysutils/wmfire/pkg-descr
Normal file
6
sysutils/wmfire/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Window Maker dock app showing load average as a flame.
|
||||
|
||||
Not terribly useful, but looks cool.
|
||||
|
||||
- Chris D. Faulhaber
|
||||
jedgar@fxp.org
|
3
sysutils/wmfire/pkg-plist
Normal file
3
sysutils/wmfire/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/wmfire
|
||||
bin/fireload_cpu
|
||||
bin/fireload_file
|
Loading…
Reference in New Issue
Block a user