diff options
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/nut-snmp/Makefile | 23 | ||||
-rw-r--r-- | sysutils/nut-snmp/pkg-plist | 1 |
3 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index c121f70c169a..3232975c3367 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -321,6 +321,7 @@ SUBDIR += ntfsprogs SUBDIR += nut SUBDIR += nut-libupsclient + SUBDIR += nut-snmp SUBDIR += nvclock SUBDIR += nvtv SUBDIR += nwclient diff --git a/sysutils/nut-snmp/Makefile b/sysutils/nut-snmp/Makefile new file mode 100644 index 000000000000..8deab8452811 --- /dev/null +++ b/sysutils/nut-snmp/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: nut-snmp +# Date created: 08 Jul 2005 +# Whom: Joerg Pulz <Joerg.Pulz@frm2.tum.de> +# +# $FreeBSD$ +# + +COMMENT= Network UPS Tools - SNMP driver + +# Local variables +# + +RUN_DEPENDS= upsd:${PORTSDIR}/sysutils/nut + +PLIST= ${.CURDIR}/pkg-plist +SUBSYS= snmp + +# Local overrides +# + +MASTERDIR= ${.CURDIR}/../nut + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/nut-snmp/pkg-plist b/sysutils/nut-snmp/pkg-plist new file mode 100644 index 000000000000..5a0853cbea9d --- /dev/null +++ b/sysutils/nut-snmp/pkg-plist @@ -0,0 +1 @@ +libexec/nut/snmp-ups |