freebsd-ports/mail/up-imapproxy/Makefile
Martin Blapp 7f3c36366f Fix hardcoded use of /etc/imapproxyd.conf with autoconf
Remove unneeded postpatch section

Other PRs just set the default location of the
default config file:  ports/142247 ports/125655 ports/122422

PR:		ports/133098
Submitted by:	Daniel Bond <db@danielbond.org>
2010-01-02 22:30:52 +00:00

39 lines
936 B
Makefile

# New ports collection makefile for: imapproxy
# Date created: 11.05.04
# Whom: Martin Blapp
#
# $FreeBSD$
#
PORTNAME= imapproxy
PORTVERSION= 1.2.6
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.imapproxy.org/downloads/
PKGNAMEPREFIX= up-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= mbr@FreeBSD.org
COMMENT= A caching IMAP proxy server
USE_AUTOTOOLS= autoheader:262
USE_RC_SUBR= imapproxyd.sh
DOCS= COPYING ChangeLog README README.debian \
README.known_issues README.ssl
SBINS= in.imapproxyd pimpstat
SUB_FILES= pkg-message
CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE}
do-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif
@${INSTALL_PROGRAM} ${SBINS:S,^,${WRKSRC}/bin/,} ${PREFIX}/sbin
@${INSTALL_DATA} ${WRKSRC}/scripts/imapproxy.conf ${PREFIX}/etc/imapproxyd.conf.sample
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>