mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
b62db23e43
- Pass maintainership to submitter while here - Improve COMMENT - Convert USE_GMAKE to USES - Add DOCS option - Install docs unconditionally - Use %%DATADIR%% in pkg-plist PR: ports/188279 Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
25 lines
465 B
Makefile
25 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>
|