2007-09-16 00:17:04 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2007/09/16 00:17:04 merdely Exp $
|
2001-03-28 19:35:25 +00:00
|
|
|
|
2007-09-16 00:17:04 +00:00
|
|
|
COMMENT= synchronize IMAP4 and maildir mailboxes
|
2001-02-19 16:19:45 +00:00
|
|
|
|
2004-04-20 19:11:34 +00:00
|
|
|
DISTNAME= isync-0.9.2
|
2001-02-19 16:19:45 +00:00
|
|
|
CATEGORIES= mail
|
2004-04-20 19:11:34 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=isync/}
|
2001-02-19 16:19:45 +00:00
|
|
|
|
2004-04-20 19:11:34 +00:00
|
|
|
HOMEPAGE= http://isync.sourceforge.net/
|
2001-02-19 16:19:45 +00:00
|
|
|
|
|
|
|
MAINTAINER= Dan Harnett <danh@openbsd.org>
|
|
|
|
|
2004-04-20 19:11:34 +00:00
|
|
|
# GPL
|
2001-02-19 16:19:45 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2005-01-02 10:53:41 +00:00
|
|
|
WANTLIB= c crypto ssl
|
2001-02-19 16:19:45 +00:00
|
|
|
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
|
2002-05-25 06:19:07 +00:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/isync
|
2004-04-20 19:11:34 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/isyncrc.sample ${PREFIX}/share/examples/isync
|
2002-05-25 06:19:07 +00:00
|
|
|
|
2001-02-19 16:19:45 +00:00
|
|
|
.include <bsd.port.mk>
|