freebsd-ports/net/imapproxy/Makefile
Bill Fenner 09f28108b1 Remove ${MASTER_SITE_LOCAL}; we will still use the standard fallback
to the distfile mirrors.

Approved by:	Lasse Johnsen <lasse@freebsdcluster.org> (MAINTAINER)
2005-10-10 14:37:40 +00:00

24 lines
642 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/
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>