diff options
author | Mark Felder <feld@FreeBSD.org> | 2016-03-15 13:48:00 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2016-03-15 13:48:00 +0000 |
commit | 3d303621d363608db215d216bac7e72de2902b61 (patch) | |
tree | 1fde9d1255f4a8fb05404034ab52829649376a1d /net-mgmt/zabbix3-agent | |
parent | e41f9726dcd34e5c11b12a7f1288bc368b6fa95e (diff) |
Notes
Diffstat (limited to 'net-mgmt/zabbix3-agent')
-rw-r--r-- | net-mgmt/zabbix3-agent/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-mgmt/zabbix3-agent/Makefile b/net-mgmt/zabbix3-agent/Makefile new file mode 100644 index 000000000000..724f60991f34 --- /dev/null +++ b/net-mgmt/zabbix3-agent/Makefile @@ -0,0 +1,14 @@ +# Created by: Pakhom Golynga <pg@pakhom.spb.ru> +# $FreeBSD$ + +PORTNAME= zabbix3 +CATEGORIES= net-mgmt +PKGNAMESUFFIX= -agent + +MASTERDIR= ${.CURDIR}/../zabbix3-server +PLIST= ${PKGDIR}/pkg-plist.agent + +OPTIONS_DEFINE= IPV6 +OPTIONS_DEFAULT= IPV6 + +.include "${MASTERDIR}/Makefile" |