pkgsrc-wip/nullpop/Makefile
Shaun Amott df137fe193 Import wip/nullpop.
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.
2006-09-12 22:37:14 +00:00

16 lines
420 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/09/12 22:37:14 samott Exp $
DISTNAME= nullpop-0.2
CATEGORIES= mail
MASTER_SITES= http://memberwebs.com/nielsen/software/nullpop/
HOMEPAGE= http://memberwebs.com/nielsen/software/nullpop/
MAINTAINER= shaun@inerd.com
COMMENT= POP3 server that allows logins, but never returns any email
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--libexecdir="${PREFIX}/bin"
.include "../../mk/bsd.pkg.mk"