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