pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
28 lines
770 B
Makefile
28 lines
770 B
Makefile
# $NetBSD: Makefile,v 1.26 2020/01/18 23:32:46 rillig Exp $
|
|
|
|
DISTNAME= archivemail-0.9.0
|
|
PKGREVISION= 2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=archivemail/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://archivemail.sourceforge.net/
|
|
COMMENT= Tool for archiving and compressing old email in mailboxes
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
INSTALLATION_DIRS= share/archivemail
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.9.0
|
|
|
|
post-install:
|
|
cd ${WRKSRC} && ${INSTALL_DATA} \
|
|
CHANGELOG FAQ MANIFEST PKG-INFO README TODO \
|
|
${DESTDIR}${PREFIX}/share/archivemail
|
|
|
|
do-test:
|
|
${RUN}cd ${WRKSRC};${SETENV} ${TEST_ENV} ${PYTHONBIN} test_archivemail
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|