summaryrefslogtreecommitdiffstats
path: root/mail/popd/Makefile
blob: 4f3c762f13203b0f7a524cb31421d99e051d7500 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: ianf@za.uu.net
# $FreeBSD$

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

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

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

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

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

.include <bsd.port.mk>
OpenPOWER on IntegriCloud