forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
24 lines
465 B
Makefile
24 lines
465 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/ \
|
|
http://www.trunix.org/projeler/isoqlog/ \
|
|
http://www.acikkod.org/softwares/
|
|
|
|
MAINTAINER= dbaio@bsd.com.br
|
|
COMMENT= Qmail, postfix, sendmail, exim MTA log analysis program
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
.include <bsd.port.mk>
|