054823d8c1
as he no longer works on OpenBSD.
27 lines
465 B
Makefile
27 lines
465 B
Makefile
# $OpenBSD: Makefile,v 1.12 2012/09/04 03:40:33 jeremy Exp $
|
|
|
|
COMMENT= archive and compress your old email
|
|
|
|
VERSION= 0.7.2
|
|
DISTNAME= archivemail-${VERSION}
|
|
REVISION = 4
|
|
CATEGORIES= mail
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=archivemail/}
|
|
|
|
MODULES= lang/python
|
|
|
|
USE_GROFF = Yes
|
|
NO_REGRESS= Yes
|
|
|
|
SUBST_VARS= VERSION
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|