mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
0dbd2ee84e
NullPop is a POP3 server that allows logins, but never returns any email. This is useful for certain setups where the user needs an 'account' setup in their mail client, but no real mail will ever be received. PR: ports/101963 Submitted by: Pankov Pavel <pankov_p@mail.ru>
23 lines
519 B
Makefile
23 lines
519 B
Makefile
# New ports collection makefile for: nullpop
|
|
# Date created: 2006-08-13
|
|
# Whom: Pankov Pavel <pankov_p@mail.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nullpop
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://memberwebs.com/nielsen/software/nullpop/
|
|
|
|
MAINTAINER= pankov_p@mail.ru
|
|
COMMENT= A POP3 server that allows logins, but never returns any email
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--libexecdir="${TARGETDIR}/bin"
|
|
|
|
PLIST_FILES= bin/nullpop
|
|
MAN8= nullpop.8
|
|
|
|
.include <bsd.port.mk>
|