freebsd-ports/mail/popd/Makefile
Sheldon Hearn d2ccc63e26 Update 2.2.2 -> 2.2.2a:
This fixes a bug in the "sort mailbox by message size" code for mbox
format mailboxes, where the wrong messages could be deleted by DELE
commands.
2003-03-24 08:59:12 +00:00

31 lines
598 B
Makefile

# New ports collection makefile for: popd
# Date created: 17 April 2001
# Whom: ianf@za.uu.net
#
# $FreeBSD$
#
PORTNAME= popd
PORTVERSION= 2.2.2a
CATEGORIES= mail
MASTER_SITES= ftp://ftp3.za.freebsd.org/pub/popd/
MAINTAINER= ianf@za.uu.net
COMMENT= Very fast, highly configurable POP3 server (fully RFC1939 compliant)
MAN5= popd.conf.5
MAN8= popd.8
INSTALLS_SHLIB= yes
MANCOMPRESSED= maybe
.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>