1b56fe7d3e
* drop NEED_VERSION
26 lines
602 B
Makefile
26 lines
602 B
Makefile
# $OpenBSD: Makefile,v 1.7 2002/09/12 14:45:33 danh Exp $
|
|
|
|
COMMENT= "synchronize IMAP4 and maildir mailboxes"
|
|
|
|
DISTNAME= isync-0.8
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.cs.hmc.edu/~me/isync/
|
|
|
|
HOMEPAGE= http://www.cs.hmc.edu/~me/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
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/isync
|
|
${INSTALL_DATA} ${WRKSRC}/sample.isyncrc ${PREFIX}/share/examples/isync
|
|
|
|
.include <bsd.port.mk>
|