diff options
Diffstat (limited to 'net-mgmt/zabbix2-proxy/Makefile')
-rw-r--r-- | net-mgmt/zabbix2-proxy/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-mgmt/zabbix2-proxy/Makefile b/net-mgmt/zabbix2-proxy/Makefile new file mode 100644 index 000000000000..d43f8c1952e3 --- /dev/null +++ b/net-mgmt/zabbix2-proxy/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: zabbix-proxy +# Date created: 2009-12-09 +# Whom: Jim Riggs <ports@christianserving.org> +# +# $FreeBSD$ +# + +PORTNAME= zabbix +PKGNAMESUFFIX= -proxy + +MASTERDIR= ${.CURDIR}/../zabbix-server + +.include "${MASTERDIR}/Makefile" |