diff options
Diffstat (limited to 'sysutils/nut-usb/Makefile')
-rw-r--r-- | sysutils/nut-usb/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/nut-usb/Makefile b/sysutils/nut-usb/Makefile new file mode 100644 index 00000000000..59423b9a3f7 --- /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" |