2002-09-12 10:45:33 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2002/09/12 14:45:33 danh Exp $
|
2001-03-28 14:35:25 -05:00
|
|
|
|
|
|
|
COMMENT= "synchronize IMAP4 and maildir mailboxes"
|
2001-02-19 11:19:45 -05:00
|
|
|
|
2002-04-24 13:43:34 -04:00
|
|
|
DISTNAME= isync-0.8
|
2001-02-19 11:19:45 -05:00
|
|
|
CATEGORIES= mail
|
2002-09-12 10:45:33 -04:00
|
|
|
MASTER_SITES= http://www.cs.hmc.edu/~me/isync/
|
2001-02-19 11:19:45 -05:00
|
|
|
|
2002-09-12 10:45:33 -04:00
|
|
|
HOMEPAGE= http://www.cs.hmc.edu/~me/isync/
|
2001-02-19 11:19:45 -05:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2002-05-25 02:19:07 -04:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/isync
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/sample.isyncrc ${PREFIX}/share/examples/isync
|
|
|
|
|
2001-02-19 11:19:45 -05:00
|
|
|
.include <bsd.port.mk>
|