openbsd-ports/mail/imapproxy/Makefile
alek e7f872bf5b Wrong directory name.
Pointed out by Alexandre Anriot <aanriot@atlantilde.com>
2005-05-08 14:29:07 +00:00

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>