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)
19 lines
533 B
Makefile
19 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>
|