24 lines
515 B
Makefile
24 lines
515 B
Makefile
# $OpenBSD: Makefile,v 1.5 2002/04/24 17:43:34 danh Exp $
|
|
|
|
COMMENT= "synchronize IMAP4 and maildir mailboxes"
|
|
|
|
DISTNAME= isync-0.8
|
|
CATEGORIES= mail
|
|
NEED_VERSION= 1.522
|
|
MASTER_SITES= http://sigpipe.org:8080/isync/ \
|
|
http://www.cs.hmc.edu/~me/isync/
|
|
|
|
HOMEPAGE= http://sigpipe.org:8080/isync/
|
|
|
|
MAINTAINER= Dan Harnett <danh@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|