1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/mail/sortmail/Makefile
Muhammad Moinur Rahman 85aa9d57be mail/sortmail: Sanitize MANPREFIX
Approved by:    portmgr (blanket)
2024-01-22 01:29:00 +01:00

21 lines
552 B
Makefile

PORTNAME= sortmail
PORTVERSION= 1.20
PORTREVISION= 1
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}${PREFIX}/share/man/man1
.endfor
.include <bsd.port.mk>