freebsd-ports/mail/qpopper/Makefile

52 lines
1.2 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: popper 3.*
1995-04-01 20:13:48 -05:00
# Date created: 1 April 1995
1994-10-06 15:33:20 -04:00
# Whom: pst
#
1999-08-25 02:51:17 -04:00
# $FreeBSD$
1994-10-06 15:33:20 -04:00
#
PORTNAME= qpopper3
PORTVERSION= 3.0.2
CATEGORIES= mail
MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/
DISTNAME= qpopper${PORTVERSION}
1995-04-01 20:13:48 -05:00
MAINTAINER= jeff@isni.net
1994-10-06 15:33:20 -04:00
# If APOP_ONLY variable present in the environment, popper builds
1998-08-04 18:45:21 -04:00
# with APOP authentification only.
#
1998-08-04 18:45:21 -04:00
# If FULL_POPD_DEBUG variable present in the environment, popper builds
# with more verbose debugging.
OS_DEFS= -DSETPROCTITLE -DKEEP_TEMP_DROP -DBSD44_DBM \
-DNONAUTHFILE='\"/etc/ftpusers\"'
.if defined(APOP_ONLY)
OS_DEFS+= -DAPOP_ONLY
1998-08-04 18:45:21 -04:00
.endif
P_LIBS+= -lmd -lutil
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-apop=${PREFIX}/etc/popper/pop.auth \
--with-apopuid=pop
1998-08-04 18:45:21 -04:00
.if defined(FULL_POPD_DEBUG)
CONFIGURE_ARGS+=--enable-debugging
1998-08-02 16:34:29 -04:00
.endif
CONFIGURE_ENV= LIBS="${P_LIBS}" OS_DEFS="${OS_DEFS}"
MAN8= popauth3.8 popper3.8
post-patch:
@$(RM) -f ${WRKSRC}/popper/md5.h
do-install:
cd ${WRKSRC} && \
${INSTALL_PROGRAM} popper/popauth ${PREFIX}/bin/popauth3 && \
${INSTALL_PROGRAM} popper/popper ${PREFIX}/libexec/popper3 && \
${INSTALL_MAN} man/popauth.8 ${PREFIX}/man/man8/popauth3.8 && \
${INSTALL_MAN} man/popper.8 ${PREFIX}/man/man8/popper3.8
1994-10-06 15:33:20 -04:00
.include <bsd.port.mk>