diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-03-24 06:17:06 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-03-24 06:17:06 +0000 |
commit | 662246368c6185a2c3992965949f785ff2060cd5 (patch) | |
tree | eaf7e17fcb15029285763ba72459e2ffc1d81647 /mail/teapop/Makefile | |
parent | 028707ceda92282000e7bc44a038154f893b80ed (diff) | |
download | pkgsrc-662246368c6185a2c3992965949f785ff2060cd5.tar.gz |
Initial import of teapop-0.28
Teapop is yet another RFC1939 compliant POP3 server. It includes
flexible virtual domain support that distinguishes it from all other
POP3 servers.
Fixes pkg/11969 by me.
Diffstat (limited to 'mail/teapop/Makefile')
-rw-r--r-- | mail/teapop/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile new file mode 100644 index 00000000000..c7a1ac99eeb --- /dev/null +++ b/mail/teapop/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/24 06:17:06 zuntum Exp $ + +DISTNAME= teapop-0.28 +CATEGORIES= mail +MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \ + http://www.toontown.org/pub/teapop/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.toontown.org/teapop/ +COMMENT= Yet another RFC1939 compliant POP3 server + +GNU_CONFIGURE= YES +CONFIGURE_ARGS= --enable-flock +CONFIGURE_ARGS+=--sysconfdir=/etc + +.include "../../mk/bsd.prefs.mk" + +.if defined(TEAPOP_WITHOUT_APOP) +CONFIGURE_ARGS+=--disable-apop +.endif + +.if defined(TEAPOP_WITHOUT_VPOP) +CONFIGURE_ARGS+=--disable-vpop +.endif + +.include "../../mk/bsd.pkg.mk" |