diff options
author | ache <ache@FreeBSD.org> | 1997-04-02 09:38:30 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-04-02 09:38:30 +0800 |
commit | e06d588ba4b79fa0e5c3b7826ec4c67c2d097aee (patch) | |
tree | b63c9d8f51e19b2b86e94df2c38e4f528fc1cfcd /mail/qpopper | |
parent | ceff01eeceece0a001db9f251b818df7a697e803 (diff) | |
download | freebsd-ports-gnome-e06d588ba4b79fa0e5c3b7826ec4c67c2d097aee.tar.gz freebsd-ports-gnome-e06d588ba4b79fa0e5c3b7826ec4c67c2d097aee.tar.zst freebsd-ports-gnome-e06d588ba4b79fa0e5c3b7826ec4c67c2d097aee.zip |
Optionally allow APOP only authentification mode
Diffstat (limited to 'mail/qpopper')
-rw-r--r-- | mail/qpopper/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index b786fa9461e5..680e95e322dc 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -3,7 +3,7 @@ # Date created: 1 April 1995 # Whom: pst # -# $Id: Makefile,v 1.12 1996/07/05 06:12:45 asami Exp $ +# $Id: Makefile,v 1.13 1996/11/10 21:32:35 obrien Exp $ # DISTNAME= qpop2.2 @@ -14,6 +14,11 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= pst@freebsd.org +# +# If APOP_ONLY variable present in the environment, popper builds +# with APOP authentification only +# + NO_PACKAGE= "Needs POP UID" WRKSRC= ${WRKDIR}/qpopper2.2 |