2007-09-12 15:54:48 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2007/09/12 19:54:48 brad Exp $
|
2005-05-08 08:22:09 -04:00
|
|
|
|
2007-09-12 15:54:48 -04:00
|
|
|
COMMENT= caching IMAP proxy to be used with webmail clients
|
2005-05-08 08:22:09 -04:00
|
|
|
|
2007-04-11 12:06:46 -04:00
|
|
|
DISTNAME= up-imapproxy-1.2.5
|
2007-09-12 15:54:48 -04:00
|
|
|
PKGNAME= ${DISTNAME:S/^up-//}p1
|
2005-05-08 08:22:09 -04:00
|
|
|
CATEGORIES= mail
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.imapproxy.org/
|
|
|
|
|
|
|
|
MAINTAINER= Holger Mauermann <holger@mauermann.org>
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/downloads/
|
|
|
|
|
|
|
|
WANTLIB= curses c ssl crypto pthread
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
|
2006-10-18 06:03:50 -04:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
pre-build:
|
|
|
|
@perl -pi -e "s,!!SYSCONFDIR!!,${SYSCONFDIR}," \
|
|
|
|
${WRKSRC}/include/imapproxy.h
|
|
|
|
|
2005-05-08 08:22:09 -04:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/imapproxy
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/scripts/imapproxy.conf \
|
|
|
|
${PREFIX}/share/examples/imapproxy
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/imapproxy
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/README.ssl \
|
2005-05-08 10:29:07 -04:00
|
|
|
${PREFIX}/share/doc/imapproxy
|
2005-05-08 08:22:09 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|