diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-10-04 12:03:59 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-10-04 12:03:59 +0000 |
commit | 870265b195381ec202f3c89f0d248bd562e201a6 (patch) | |
tree | 7138284cec6a2e7b6844b56c4e37f53b19579940 /net-mgmt/zabbix4-proxy/Makefile | |
parent | 6e38581ce335a5c73f22157995b599d25aa52d18 (diff) | |
download | ports-870265b195381ec202f3c89f0d248bd562e201a6.tar.gz ports-870265b195381ec202f3c89f0d248bd562e201a6.zip |
Notes
Diffstat (limited to 'net-mgmt/zabbix4-proxy/Makefile')
-rw-r--r-- | net-mgmt/zabbix4-proxy/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-mgmt/zabbix4-proxy/Makefile b/net-mgmt/zabbix4-proxy/Makefile new file mode 100644 index 000000000000..6833d7ad9a57 --- /dev/null +++ b/net-mgmt/zabbix4-proxy/Makefile @@ -0,0 +1,12 @@ +# Created by: Pakhom Golynga <pg@pakhom.spb.ru> +# $FreeBSD$ + +PORTNAME= zabbix4 +CATEGORIES= net-mgmt +PKGNAMESUFFIX= -proxy + +MASTERDIR= ${.CURDIR}/../zabbix4-server + +OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE ORACLE + +.include "${MASTERDIR}/Makefile" |