diff options
author | ache <ache@FreeBSD.org> | 1997-11-20 22:38:54 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-11-20 22:38:54 +0800 |
commit | e19d16428fbc911df6ba6d5cd0043103f4f846db (patch) | |
tree | 8b160e6f359b1d56d68681395de04f93df5360e5 /mail/popper/Makefile | |
parent | afde3e707897d9d44df500beef7713eebe8b2a5a (diff) | |
download | freebsd-ports-gnome-e19d16428fbc911df6ba6d5cd0043103f4f846db.tar.gz freebsd-ports-gnome-e19d16428fbc911df6ba6d5cd0043103f4f846db.tar.zst freebsd-ports-gnome-e19d16428fbc911df6ba6d5cd0043103f4f846db.zip |
Upgrade to 2.41beta1
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 |