diff options
author | sem <sem@FreeBSD.org> | 2005-07-14 16:40:25 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-07-14 16:40:25 +0800 |
commit | d8802476400d6a37eb5e8fa95f1c949f5f60832e (patch) | |
tree | db3eeb82c9c288ef35479f1e7db5fb376623384b /sysutils | |
parent | 91e4b8b1ff2e7dc19be0333394c90c1aad193e72 (diff) | |
download | freebsd-ports-gnome-d8802476400d6a37eb5e8fa95f1c949f5f60832e.tar.gz freebsd-ports-gnome-d8802476400d6a37eb5e8fa95f1c949f5f60832e.tar.zst freebsd-ports-gnome-d8802476400d6a37eb5e8fa95f1c949f5f60832e.zip |
USB ups driver for sysutils/nut
PR: ports/83318
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/nut-usb/Makefile | 23 | ||||
-rw-r--r-- | sysutils/nut-usb/pkg-plist | 1 |
3 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 3232975c3367..47bd28d777a0 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -322,6 +322,7 @@ SUBDIR += nut SUBDIR += nut-libupsclient SUBDIR += nut-snmp + SUBDIR += nut-usb SUBDIR += nvclock SUBDIR += nvtv SUBDIR += nwclient diff --git a/sysutils/nut-usb/Makefile b/sysutils/nut-usb/Makefile new file mode 100644 index 000000000000..59423b9a3f74 --- /dev/null +++ b/sysutils/nut-usb/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: nut-usb +# Date created: 08 Jul 2005 +# Whom: Joerg Pulz <Joerg.Pulz@frm2.tum.de> +# +# $FreeBSD$ +# + +COMMENT= Network UPS Tools - USB driver + +# Local variables +# + +RUN_DEPENDS= upsd:${PORTSDIR}/sysutils/nut + +PLIST= ${.CURDIR}/pkg-plist +SUBSYS= usb + +# Local overrides +# + +MASTERDIR= ${.CURDIR}/../nut + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/nut-usb/pkg-plist b/sysutils/nut-usb/pkg-plist new file mode 100644 index 000000000000..9eb0b9208b42 --- /dev/null +++ b/sysutils/nut-usb/pkg-plist @@ -0,0 +1 @@ +libexec/nut/newhidups |