29 lines
517 B
Makefile
29 lines
517 B
Makefile
# $OpenBSD: Makefile,v 1.11 2011/09/16 10:31:21 espie Exp $
|
|
|
|
COMMENT= archive and compress your old email
|
|
|
|
VERSION= 0.7.2
|
|
DISTNAME= archivemail-${VERSION}
|
|
REVISION = 3
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
# 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>
|