1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/mail/mbox2mdir/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
432 B
Makefile

PORTNAME= mbox2mdir
PORTVERSION= 1.4
CATEGORIES= mail
MASTER_SITES= http://sageshome.net/downloads/oss/
MAINTAINER= acm@FreeBSD.org
COMMENT= Mbox to qmail's Maildir converter written in C++
LICENSE= GPLv2
USES= tar:bzip2
PLIST_FILES= bin/mbox2mdir
do-build:
${CXX} ${CXXFLAGS} ${WRKSRC}/mbox2mdir.cpp -o ${WRKSRC}/mbox2mdir
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mbox2mdir ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>