Baptiste Daroussin 9b824e995f mail/mlmmj-archiver: update to 0.4
Changes:
- unlink the original database when using -a
2023-02-02 14:50:46 +01:00

23 lines
564 B
Makefile

PORTNAME= mlmmj-archiver
DISTVERSION= 0.4
CATEGORIES= mail www
MASTER_SITES= https://fossil.nours.eu/${PORTNAME}/tarball/?r=${DISTVERSION}&name=./
MAINTAINER= bapt@FreeBSD.org
COMMENT= Simple mailing archiver designed for mlmmj
WWW= https://fossil.nours.eu/mlmmj-archiver
LICENSE= BSD2CLAUSE
BUILD_DEPENDS= ${LOCALBASE}/lib/libneo_cs.a:www/clearsilver
USES= sqlite:3 uidfix pkgconfig
MAKE_ARGS= MAN= LOCALBASE=${LOCALBASE}
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>