diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-13 22:30:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-13 22:30:18 +0000 |
commit | 391c68d29c56317c38c9ba153c558dd36d8b62dc (patch) | |
tree | 9acac72bca2b91360000dcc1ddb2900b79b7c987 /net-mgmt/zabbix2-proxy | |
parent | 94e62a7ca7045514babb2c2994caf68e7a90b313 (diff) | |
download | ports-391c68d29c56317c38c9ba153c558dd36d8b62dc.tar.gz ports-391c68d29c56317c38c9ba153c558dd36d8b62dc.zip |
Notes
Diffstat (limited to 'net-mgmt/zabbix2-proxy')
-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" |