mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
97e4c17bf0
(asked submitted to send this patch upstream) PR: ports/134721 Submitted by: Dmitry <hanabana@mail.ru> Approved by: maintainer timeout (ian@freislich.nom.za; 1.5 months)
32 lines
618 B
Makefile
32 lines
618 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
|
|
PORTREVISION= 5
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://ftp3.za.freebsd.org/pub/popd/
|
|
|
|
MAINTAINER= ian@freislich.nom.za
|
|
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
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/src/popd.conf.default ${PREFIX}/etc/.
|
|
|
|
.include <bsd.port.mk>
|