1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/mail/pine4-ssl/Makefile
Kris Kennaway 0f32e795bc USE_OPENSSL
No response from:	Maintainer
Assisted by:    Jim Bloom <bloom@acm.org>
2000-02-06 22:22:38 +00:00

53 lines
1.4 KiB
Makefile

# New ports collection makefile for: pine4-ssl
# Version required: 1.4
# Date created: 29 Jul 1999
# Whom: Nick Sayer <nsayer@freebsd.org>
#
# $FreeBSD$
#
# I spent a <strong>very frustrating</strong> half hour with portlint
# on this one and could never get it to fewer than 8 frigging warnings.
# A bit more work got it down to 2 frigging warnings and added a new one.
# The warnings are getting harder to fix.
# Good luck to you. :-P
DISTNAME= pine4+ssl-1.4
PKGNAME= pine4-ssl-4.21.1.4
CATEGORIES= mail news
MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \
http://www.kfu.com/~nsayer/encryption/software/
DISTFILES= pine4.21${EXTRACT_SUFX}
PATCH_SITES= http://www.kfu.com/~nsayer/encryption/software/
PATCHFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= nsayer@freebsd.org
EXTRACT_ONLY= pine4.21${EXTRACT_SUFX}
WRKSRC= ${WRKDIR}/pine4.21
MASTERDIR= ${.CURDIR}/../pine4
FILESDIR= ${.CURDIR}/files
# I cannot use ${PATCHDIR} as it points to the master port, not this one
EXTRA_PATCHES= patches/extrapatch-*
USE_OPENSSL= RSA
.include <bsd.port.pre.mk>
post-extract:
( cd ${WRKSRC} ; tar xfz ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} )
do-build:
.if defined(OPENSSL_RSAREF)
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ./build bsf EXTRAAUTHENTICATORS=ssl RSAREF=yes)
.else
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ./build bsf EXTRAAUTHENTICATORS=ssl)
.endif
PRE_MK_INCLUDED= yes
.include "${MASTERDIR}/Makefile"