1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/mail/popd/Makefile
Baptiste Daroussin c71ee02f2e Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
2014-07-04 09:12:57 +00:00

29 lines
552 B
Makefile

# 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>