diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-11-20 14:38:54 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-11-20 14:38:54 +0000 |
commit | ae95d57edeba3fbece29f7d032dcef6977cc6157 (patch) | |
tree | 444cbd81e494f7b726ca95dd5c365a6b073140ec /mail/popper/Makefile | |
parent | enable ports/net/ttt. (diff) |
Upgrade to 2.41beta1
Notes
Notes:
svn path=/head/; revision=8729
Diffstat (limited to 'mail/popper/Makefile')
-rw-r--r-- | mail/popper/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/mail/popper/Makefile b/mail/popper/Makefile index 27fb4244aa36..7b9fcc4135d2 100644 --- a/mail/popper/Makefile +++ b/mail/popper/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: popper -# Version required: 2.4b2 +# Version required: 2.41beta1 # Date created: 1 April 1995 # Whom: pst # -# $Id: Makefile,v 1.18 1997/10/08 09:05:11 ache Exp $ +# $Id: Makefile,v 1.19 1997/10/09 02:39:58 pst Exp $ # -DISTNAME= qpopper2.4b2 -PKGNAME= qpopper-2.4b2 +DISTNAME= qpopper2.41beta1 +PKGNAME= qpopper-2.41b1 CATEGORIES= mail MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/ EXTRACT_SUFX= .tar.Z @@ -20,9 +20,7 @@ MAINTAINER= ache@freebsd.org # O_DEFS= -DSETPROCTITLE -DKEEP_TEMP_DROP -DBSD44_DBM -DBIND43 \ - -DAPOP='\"'${PREFIX}'/etc/popper/pop.auth\"' \ - -DPOPUID='\"pop\"' \ - -DNONAUTHFILE='\"/etc/ftpusers\"' + -DBULLDB -DNONAUTHFILE='\"/etc/ftpusers\"' .if !defined(APOP_ONLY) .if exists(/usr/lib/libskey.a) @@ -33,10 +31,12 @@ O_DEFS+= -DSKEY O_DEFS+= -DAPOP_ONLY .endif -P_LIBS+= -lmd -lcrypt -lutil +P_LIBS+= -lmd -lutil -GNU_CONFIGURE= yes -CONFIGURE_ENV+= LIBS="${P_LIBS}" O_DEFS="${O_DEFS}" +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-apop=${PREFIX}/etc/popper/pop.auth \ + --with-apopuid=pop +CONFIGURE_ENV+= LIBS="${P_LIBS}" O_DEFS="${O_DEFS}" MAN8= popauth.8 popper.8 |