mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
ab17c1eacd
Ports maintained by me in categories:: mail math net net-im
25 lines
429 B
Makefile
25 lines
429 B
Makefile
# Created by: ofsen@enderunix.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= isoqlog
|
|
PORTVERSION= 2.2.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.enderunix.org/isoqlog/
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
COMMENT= Qmail, postfix, sendmail, exim MTA log analysis program
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
PORTDOCS= *
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|