diff options
author | ghen <ghen@pkgsrc.org> | 2006-08-16 13:23:16 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-08-16 13:23:16 +0000 |
commit | 9dc04dfa16ce1d089c25766c1923b98481d636c1 (patch) | |
tree | 7ad7fb7f56d2755577ba402b6820f506b9d85a83 /sysutils | |
parent | acb1338528605f33d2f84156a8bd71e017738a59 (diff) | |
download | pkgsrc-9dc04dfa16ce1d089c25766c1923b98481d636c1.tar.gz |
ups-nut-usb provides USB drivers from the Network UPS Tools.
Import them as a separate package because they require devel/libusb.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ups-nut-usb/DESCR | 1 | ||||
-rw-r--r-- | sysutils/ups-nut-usb/Makefile | 18 | ||||
-rw-r--r-- | sysutils/ups-nut-usb/PLIST | 7 |
3 files changed, 26 insertions, 0 deletions
diff --git a/sysutils/ups-nut-usb/DESCR b/sysutils/ups-nut-usb/DESCR new file mode 100644 index 00000000000..a98d88455ad --- /dev/null +++ b/sysutils/ups-nut-usb/DESCR @@ -0,0 +1 @@ +ups-nut-usb provides USB drivers from the Network UPS Tools. diff --git a/sysutils/ups-nut-usb/Makefile b/sysutils/ups-nut-usb/Makefile new file mode 100644 index 00000000000..4eab0ed039c --- /dev/null +++ b/sysutils/ups-nut-usb/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/08/16 13:23:16 ghen Exp $ + +.include "../../sysutils/ups-nut/Makefile.common" + +PKGNAME= ${DISTNAME:S/nut/ups-nut-usb/} +COMMENT= Network UPS Tools USB drivers + +DEPENDS+= ups-nut-2.*:../../sysutils/ups-nut + +BUILD_TARGET= all usb +INSTALL_TARGET= install-usb + +BUILD_DEFS+= NUT_STATEDIR + +CONFIGURE_ARGS+= --with-drvpath=${NUT_DRVDIR:Q} + +.include "../../devel/libusb/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/ups-nut-usb/PLIST b/sysutils/ups-nut-usb/PLIST new file mode 100644 index 00000000000..93ed4c3d1c6 --- /dev/null +++ b/sysutils/ups-nut-usb/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/16 13:23:16 ghen Exp $ +libexec/nut/bcmxcp_usb +libexec/nut/newhidups +libexec/nut/tripplite_usb +man/man8/bcmxcp_usb.8 +man/man8/newhidups.8 +man/man8/tripplite_usb.8 |