- update license maker - add test target - add patch for correct manpage location OK aja@
23 lines
414 B
Makefile
23 lines
414 B
Makefile
# $OpenBSD: Makefile,v 1.15 2015/04/19 13:02:09 rpe Exp $
|
|
|
|
COMMENT= archive and compress your old email
|
|
|
|
VERSION= 0.9.0
|
|
DISTNAME= archivemail-${VERSION}
|
|
CATEGORIES= mail
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=archivemail/}
|
|
|
|
MODULES= lang/python
|
|
|
|
SUBST_VARS= VERSION
|
|
PKG_ARCH= *
|
|
|
|
do-test:
|
|
@cd ${WRKSRC} && ${MAKE_ENV} ${MODPY_BIN} ./test_archivemail
|
|
|
|
.include <bsd.port.mk>
|