mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
22 lines
536 B
Makefile
22 lines
536 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin
|
|
${INSTALL_DATA} ${WRKSRC}/example.conf ${PREFIX}/etc/imapproxy.conf.dist
|
|
|
|
.include <bsd.port.mk>
|