25 lines
447 B
Makefile
25 lines
447 B
Makefile
# $OpenBSD: Makefile,v 1.3 2006/12/28 23:47:51 msf Exp $
|
|
|
|
COMMENT= "archive and compress your old email"
|
|
|
|
DISTNAME= archivemail-0.7.0
|
|
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
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|