Files
ports/mail/mls/Makefile
T
Robert Clausecker e4a26fcd1a mail/mls: do not ship compressed license file
GPLv2 is standard, so just don't ship it.

Reported by:	mew14930xvi@inbox.lv
PR:		293121
2026-02-14 15:19:55 +01:00

46 lines
1.0 KiB
Makefile

PORTNAME= mls
DISTVERSIONPREFIX= v
DISTVERSION= 1.4b1
PORTREVISION= 1
CATEGORIES= mail
MAINTAINER= fuz@FreeBSD.org
COMMENT= Program for generating various statistics on emails
WWW= https://www.marki-online.net/MLS/
LICENSE= GPLv2
USES= tar:tgz
USE_GITHUB= yes
GH_ACCOUNT= marki555
GH_PROJECT= MailListStat
MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}"
ALL_TARGET= mls
SUB_FILES= pkg-message
PLIST_FILES= bin/mls share/man/man1/mls.1.gz
PORTDATA= html/bar.gif html/mls_class.php html/style_mls.css
PORTDOCS= README.txt
PORTEXAMPLES= README example.php forward procmailrc
OPTIONS_DEFINE= DOCS EXAMPLES
post-install:
${MKDIR} ${STAGEDIR}${DATADIR}/html
.for f in ${PORTDATA}
${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DATADIR}/html/
.endfor
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR}
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
.for f in ${PORTEXAMPLES}
${INSTALL_DATA} ${WRKSRC}/examples/$f ${STAGEDIR}${EXAMPLESDIR}
.endfor
.include <bsd.port.mk>