- Add LICENSE_FILE - Use PORTDOCS - Regenerate patch files with makepatch: - While I'm here: - Fix indent - Remove superfluous space in PLIST PR: 216412 Submitted by: Danilo G. Baio (dbaio) <dbaio@bsd.com.br> (maintainer)
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@bsd.com.br
|
|
COMMENT= Qmail, postfix, sendmail, exim MTA log analysis program
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
PORTDOCS= *
|
|
|
|
.include <bsd.port.mk>
|