24 lines
383 B
Makefile
Raw Normal View History

2013-03-11 11:20:26 +00:00
# $OpenBSD: Makefile,v 1.13 2013/03/11 11:23:50 espie Exp $
COMMENT= archive and compress your old email
VERSION= 0.7.2
DISTNAME= archivemail-${VERSION}
REVISION = 4
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
SUBST_VARS= VERSION
PKG_ARCH= *
.include <bsd.port.mk>