2004-05-12 14:47:19 +02:00
|
|
|
# New ports collection makefile for: imapproxy
|
|
|
|
# Date created: 11.05.04
|
|
|
|
# Whom: Martin Blapp
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2005-09-28 18:28:31 +02:00
|
|
|
PORTNAME= imapproxy
|
|
|
|
PORTVERSION= 1.2.4
|
2006-04-15 10:37:18 +02:00
|
|
|
PORTREVISION= 1
|
2004-05-12 14:47:19 +02:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= http://www.imapproxy.org/downloads/
|
2005-09-28 18:28:31 +02:00
|
|
|
PKGNAMEPREFIX= up-
|
|
|
|
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
2004-05-12 14:47:19 +02:00
|
|
|
|
2006-04-17 23:18:30 +02:00
|
|
|
MAINTAINER= mbr@FreeBSD.org
|
2004-05-12 14:47:19 +02:00
|
|
|
COMMENT= A caching IMAP proxy server
|
|
|
|
|
2005-03-10 12:41:34 +01:00
|
|
|
GNU_CONFIGURE= YES
|
2005-09-28 18:28:31 +02:00
|
|
|
USE_RC_SUBR= imapproxyd.sh
|
2004-05-12 14:47:19 +02:00
|
|
|
|
2005-02-27 14:51:30 +01:00
|
|
|
post-patch:
|
2006-04-15 10:37:18 +02:00
|
|
|
${REINPLACE_CMD} -e "s|-lc_r|${PTHREAD_LIBS}|g" \
|
|
|
|
-e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
|
2005-02-27 14:51:30 +01:00
|
|
|
|
2004-05-12 14:47:19 +02:00
|
|
|
post-install:
|
2006-04-15 10:37:18 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/scripts/imapproxy.conf ${PREFIX}/etc/imapproxyd.conf.default
|
|
|
|
.if !exists(${PREFIX}/etc/imapproxyd.conf)
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/scripts/imapproxy.conf ${PREFIX}/etc/imapproxyd.conf
|
|
|
|
.endif
|
2004-05-12 14:47:19 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2006-11-23 18:24:44 +01:00
|
|
|
.include <bsd.port.mk>
|