diff options
| author | Juraj Lutter <otis@FreeBSD.org> | 2024-06-04 20:17:50 +0000 |
|---|---|---|
| committer | Juraj Lutter <otis@FreeBSD.org> | 2024-06-05 07:48:15 +0000 |
| commit | 44d127984432597845a1a4213db6d40fcebb0f81 (patch) | |
| tree | 03dec6978f2370f5e6ff8ca88e463c7822f89ec9 /net-mgmt/zabbix7-java | |
| parent | 4d5ce46ee3a32593e7bb6ffbf7e60f22aa51a74b (diff) | |
Diffstat (limited to 'net-mgmt/zabbix7-java')
| -rw-r--r-- | net-mgmt/zabbix7-java/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-mgmt/zabbix7-java/Makefile b/net-mgmt/zabbix7-java/Makefile new file mode 100644 index 000000000000..9082dcaf7948 --- /dev/null +++ b/net-mgmt/zabbix7-java/Makefile @@ -0,0 +1,13 @@ +PORTNAME= zabbix7 +PORTREVISION= 0 +CATEGORIES= net-mgmt +PKGNAMESUFFIX= -java + +MASTERDIR= ${.CURDIR}/../${PORTNAME}-server +PLIST= ${PKGDIR}/pkg-plist.java + +OPTIONS_DEFINE= IPV6 + +USE_JAVA= yes + +.include "${MASTERDIR}/Makefile" |
