freebsd-ports/mail/opensmtpd-extras-tool-stats/Makefile
Dima Panov ebb204098f - Update OpenSMTPD-extras to 201606230001 snapshot
- Consolidate all -extras under one maintainership

NOTE:	Author still warning everyone about experimental status of filters.
	All --with-filter-XXX replaced with --with-experimental-filter-XXX

Approved by:	adamw
2016-06-23 12:00:36 +00:00

17 lines
311 B
Makefile

# Created by: fluffy
# $FreeBSD$
PKGNAMESUFFIX= -tool-stats
PORTREVISION= 0
COMMENT= Statistics tool for OpenSMTPD
PLIST_FILES= bin/tool-stats \
man/man8/tool-stats.8.gz
CONFIGURE_ARGS+= --with-tool-stats
MASTERDIR= ${.CURDIR}/../opensmtpd-extras
SLAVE_PORT= yes
.include "${MASTERDIR}/Makefile"