1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/mail/qpopper/Makefile

55 lines
1.2 KiB
Makefile
Raw Normal View History

1994-10-06 19:33:20 +00:00
# New ports collection makefile for: popper
1998-06-30 19:14:17 +00:00
# Version required: 2.5
1995-04-02 01:13:48 +00:00
# Date created: 1 April 1995
1994-10-06 19:33:20 +00:00
# Whom: pst
#
1998-07-01 02:13:58 +00:00
# $Id: Makefile,v 1.24 1998/06/30 22:38:32 ache Exp $
1994-10-06 19:33:20 +00:00
#
1998-06-30 19:14:17 +00:00
DISTNAME= qpopper2.5
PKGNAME= qpopper-2.5
CATEGORIES= mail
1998-07-01 02:13:58 +00:00
MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/
EXTRACT_SUFX= .tar.Z
1995-04-02 01:13:48 +00:00
MAINTAINER= ache@freebsd.org
1994-10-06 19:33:20 +00:00
#
# If APOP_ONLY variable present in the environment, popper builds
# with APOP authentification only
#
O_DEFS= -DSETPROCTITLE -DKEEP_TEMP_DROP -DBSD44_DBM -DBIND43 \
1997-11-20 14:38:54 +00:00
-DBULLDB -DNONAUTHFILE='\"/etc/ftpusers\"'
.if !defined(APOP_ONLY)
.if exists(/usr/lib/libskey.a)
P_LIBS= -lskey
O_DEFS+= -DSKEY
.endif
.else
O_DEFS+= -DAPOP_ONLY
.endif
1997-11-20 14:38:54 +00:00
P_LIBS+= -lmd -lutil
1997-11-20 14:38:54 +00:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-apop=${PREFIX}/etc/popper/pop.auth \
1998-06-30 06:51:47 +00:00
--with-apopuid=pop --enable-debugging
CONFIGURE_ENV= LIBS="${P_LIBS}" O_DEFS="${O_DEFS}"
MAN8= popauth.8 popper.8
post-patch:
$(RM) ${WRKSRC}/md5.h
do-install:
cd ${WRKSRC} && \
${INSTALL_PROGRAM} -o pop -m 4111 popauth ${PREFIX}/bin
cd ${WRKSRC} && \
1997-10-07 20:55:49 +00:00
${INSTALL_PROGRAM} popper ${PREFIX}/libexec
cd ${WRKSRC} && \
${INSTALL_MAN} ${MAN8} ${PREFIX}/man/man8
1994-10-06 19:33:20 +00:00
.include <bsd.port.mk>