e7f872bf5b
Pointed out by Alexandre Anriot <aanriot@atlantilde.com>
34 lines
815 B
Makefile
34 lines
815 B
Makefile
# $OpenBSD: Makefile,v 1.2 2005/05/08 14:29:07 alek Exp $
|
|
|
|
COMMENT= "caching IMAP proxy to be used with webmail clients"
|
|
|
|
DISTNAME= up-imapproxy-1.2.3
|
|
PKGNAME= imapproxy-1.2.3
|
|
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
|
|
|
|
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 \
|
|
${PREFIX}/share/doc/imapproxy
|
|
|
|
.include <bsd.port.mk>
|