# $MidnightBSD: mports/mail/popd/Makefile,v 1.4 2009/09/24 02:54:40 laffer1 Exp $

PORTNAME=	popd
PORTVERSION=	2.2.2a
PORTREVISION=	5
CATEGORIES=	mail
MASTER_SITES=	ftp://ftp3.za.freebsd.org/pub/popd/

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Very fast, highly configurable POP3 server (fully RFC1939 compliant)
LICENSE=	bsd2

MAN5=	popd.conf.5
MAN8=	popd.8

FAKE_OPTS=	trueprefix
USE_LDCONFIG=	yes
MANCOMPRESSED=	yes
.if defined(NOPROFILE)
PLIST_SUB=	NOPROFILE="@comment "
.else
PLIST_SUB=	NOPROFILE=""
.endif

post-install:
	${INSTALL_DATA} ${WRKSRC}/src/popd.conf.default ${PREFIX}/etc/.

.include <bsd.port.mk>
