freebsd-ports/net/imapproxy/Makefile
Michael Landin dd8a084dbd Unbreak build on alpha 5.x
bump PORTREVISION

Approved by:		roberto (mentor)
Reviewed by:		maintainer
2003-08-22 13:25:23 +00:00

25 lines
668 B
Makefile

# Ports collection makefile for: imapproxy
# Date created: Mon July 28, 2003
# Whom: Lasse L. Johnsen (lasse@freebsdcluster.org)
#
# $FreeBSD$
#
PORTNAME= imapproxy
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.freebsdcluster.org/~lasse/software/ \
${MASTER_SITE_LOCAL}
MAINTAINER= lasse@freebsdcluster.org
COMMENT= ImapProxy is a caching IMAP proxy daemon to be used with Horde/IMP
GNU_CONFIGURE= yes
HAS_CONFIGURE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/example.conf ${PREFIX}/etc/imapproxy.conf.dist
.include <bsd.port.mk>