1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/mail/qpopper/Makefile

49 lines
1.4 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: qpopper 3.1.b5
# Date created: Di 18 Jul 2000 22:36:34 CEST
# Whom: alex
1994-10-06 19:33:20 +00:00
#
1999-08-25 06:51:17 +00:00
# $FreeBSD$
1994-10-06 19:33:20 +00:00
#
PORTNAME= qpopper
PORTVERSION= 3.1.f1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/beta/ \
ftp://ftp.gmxuk.net/pub/qpopper/beta/ \
ftp://sunsite.doc.ic.ac.uk/Mirrors/ftp.qualcomm.com/eudora/servers/unix/popper/beta/ \
ftp://ftp.kracked.com/pub/qpopper/beta/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.f/fc/}
1995-04-02 01:13:48 +00:00
MAINTAINER= ports@freebsd.org
1994-10-06 19:33:20 +00:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-apop=${PREFIX}/etc/qpopper/pop.auth
1998-08-04 22:45:21 +00:00
O_DEFS= -DSETPROCTITLE -DKEEP_TEMP_DROP -DBSD44_DBM -DBIND43 \
-DBULLDB -DNONAUTHFILE='\"/etc/ftpusers\"'
P_LIBS+= -lmd -lutil
# Set FULL_POPD_DEBUG for debug-mode. See also -d option to popper
1998-08-04 22:45:21 +00:00
.if defined(FULL_POPD_DEBUG)
CONFIGURE_ARGS+=--enable-debugging
1998-08-02 20:34:29 +00:00
.endif
CONFIGURE_ENV= LIBS="${P_LIBS}" O_DEFS="${O_DEFS}"
MAN8= popauth.8 qpopper.8
post-patch:
${PERL} -pi -e 's:!!PREFIX!!:${PREFIX}$$1:g' ${WRKSRC}/man/*
do-install:
cd ${WRKSRC} && \
${INSTALL_PROGRAM} popper/popauth ${PREFIX}/bin/ && \
${INSTALL_PROGRAM} popper/popper ${PREFIX}/libexec/qpopper && \
${INSTALL_MAN} man/popauth.8 ${PREFIX}/man/man8/ && \
${INSTALL_MAN} man/popper.8 ${PREFIX}/man/man8/qpopper.8
post-install:
@${SED} -e "s:/usr/local:${PREFIX}:" ${PKGMESSAGE}
1994-10-06 19:33:20 +00:00
.include <bsd.port.mk>