diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-09-21 06:23:16 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-09-21 06:23:16 +0000 |
commit | 13c1a35708223d6c8dac13366d36b93ea5440168 (patch) | |
tree | d589e3ca0bfb7159a9efee243ca98ccec9f8dc2f /sysutils/wmapmload | |
parent | b9a139d055e36da513ffee909fdfd2a7f6458c27 (diff) | |
download | ports-13c1a35708223d6c8dac13366d36b93ea5440168.tar.gz ports-13c1a35708223d6c8dac13366d36b93ea5440168.zip |
Notes
Diffstat (limited to 'sysutils/wmapmload')
-rw-r--r-- | sysutils/wmapmload/Makefile | 26 | ||||
-rw-r--r-- | sysutils/wmapmload/distinfo | 1 | ||||
-rw-r--r-- | sysutils/wmapmload/files/patch-configure | 11 | ||||
-rw-r--r-- | sysutils/wmapmload/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/wmapmload/pkg-descr | 4 | ||||
-rw-r--r-- | sysutils/wmapmload/pkg-plist | 1 |
6 files changed, 44 insertions, 0 deletions
diff --git a/sysutils/wmapmload/Makefile b/sysutils/wmapmload/Makefile new file mode 100644 index 000000000000..f33855ab97ea --- /dev/null +++ b/sysutils/wmapmload/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: wmapmload +# Date created: Sat Sep 21 01:48:10 EDT 2002 +# Whom: pat +# +# $FreeBSD$ +# + +PORTNAME= wmapmload +PORTVERSION= 0.1.0 +CATEGORIES= sysutils windowmaker +MASTER_SITES= http://tnemeth.free.fr/projets/programmes/ + +MAINTAINER= pat@FreeBSD.org + +USE_X_PREFIX= yes +USE_XPM= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --program-prefix="" + +MAN1= ${PORTNAME}.1 + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/src/wmapmload ${PREFIX}/bin + @${INSTALL_MAN} ${WRKSRC}/doc/wmapmload.1 ${PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/sysutils/wmapmload/distinfo b/sysutils/wmapmload/distinfo new file mode 100644 index 000000000000..af7f22578d11 --- /dev/null +++ b/sysutils/wmapmload/distinfo @@ -0,0 +1 @@ +MD5 (wmapmload-0.1.0.tar.gz) = e0176486a7fa4fcca24ccc5d9c3bf79a diff --git a/sysutils/wmapmload/files/patch-configure b/sysutils/wmapmload/files/patch-configure new file mode 100644 index 000000000000..47c2a108b372 --- /dev/null +++ b/sysutils/wmapmload/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sat Sep 21 02:14:44 2002 ++++ configure Sat Sep 21 02:14:52 2002 +@@ -4051,8 +4051,6 @@ + OS=freebsd + ignore_wired=yes + ignore_cached=yes +- LIBS="$LIBS -lkvm" +- SETGID_FLAGS="-g kmem -m 2755 -o root" + ;; + openbsd*) + OS=openbsd diff --git a/sysutils/wmapmload/pkg-comment b/sysutils/wmapmload/pkg-comment new file mode 100644 index 000000000000..e230e12eff53 --- /dev/null +++ b/sysutils/wmapmload/pkg-comment @@ -0,0 +1 @@ +APM battery status monitor dockapp with a similar look to wmcpuload diff --git a/sysutils/wmapmload/pkg-descr b/sysutils/wmapmload/pkg-descr new file mode 100644 index 000000000000..5f6d86af12e1 --- /dev/null +++ b/sysutils/wmapmload/pkg-descr @@ -0,0 +1,4 @@ +A dockapp monitors your APM battery status. + +Author: Thomas Nemeth <tnemeth@free.fr> +WWW: http://tnemeth.free.fr/projets/dockapps.html diff --git a/sysutils/wmapmload/pkg-plist b/sysutils/wmapmload/pkg-plist new file mode 100644 index 000000000000..f68c2b822749 --- /dev/null +++ b/sysutils/wmapmload/pkg-plist @@ -0,0 +1 @@ +bin/wmapmload |