2013-03-11 11:20:26 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2013/03/11 11:23:50 espie Exp $
|
2005-04-08 20:23:43 +00:00
|
|
|
|
2007-09-16 00:17:04 +00:00
|
|
|
COMMENT= archive and compress your old email
|
2005-04-08 20:23:43 +00:00
|
|
|
|
2008-04-24 08:27:24 +00:00
|
|
|
VERSION= 0.7.2
|
|
|
|
DISTNAME= archivemail-${VERSION}
|
2012-09-04 03:40:33 +00:00
|
|
|
REVISION = 4
|
2005-04-08 20:23:43 +00:00
|
|
|
CATEGORIES= mail
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=archivemail/}
|
|
|
|
|
|
|
|
MODULES= lang/python
|
|
|
|
|
2010-10-18 19:59:15 +00:00
|
|
|
USE_GROFF = Yes
|
2013-03-11 11:20:26 +00:00
|
|
|
NO_TEST= Yes
|
2005-04-08 20:23:43 +00:00
|
|
|
|
2008-04-24 08:27:24 +00:00
|
|
|
SUBST_VARS= VERSION
|
2005-04-08 20:23:43 +00:00
|
|
|
PKG_ARCH= *
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|