freebsd-ports/mail/sortmail/Makefile
Stefan Eßer 986beaaabc Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.

Approved by:	portmgr (implicit)
2022-09-08 17:43:21 +02:00

20 lines
533 B
Makefile

PORTNAME= sortmail
PORTVERSION= 1.20
CATEGORIES= mail
MASTER_SITES= http://www.freebsdcluster.org/~lasse/software/
MAINTAINER= lasse@freebsdcluster.org
COMMENT= Useful tool for sorting mbox style mailboxes after date
WWW= https://www.cs.duke.edu/~des/scripts/sortmail_article.html
NO_WRKSUBDIR= yes
NO_BUILD= yes
do-install:
.for f in recomposemail decomposemail sortmail
${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.endfor
.include <bsd.port.mk>