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

49 lines
1.4 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: pine4-ssl
# Version required: 1.0
# Date created: 22 June 1999
# Whom: Nick Sayer <nsayer@freebsd.org>
#
1999-06-23 19:07:22 +00:00
# $Id: Makefile,v 1.1.1.1 1999/06/23 07:30:53 nsayer Exp $
#
# 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.
# Good luck to you. :-P
PKGNAME= pine-4.10+ssl-1.0
DISTNAME= pine4+ssl-1.0
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
pine4.10${EXTRACT_SUFX}
CATEGORIES= mail news
MAINTAINER= nsayer@freebsd.org
BUILD_DEPENDS+= ${PREFIX}/lib/libssl.a:${PORTSDIR}/security/openssl \
${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/openssl \
${PREFIX}/lib/libRSAglue.a:${PORTSDIR}/security/openssl \
${PREFIX}/lib/librsaref.a:${PORTSDIR}/security/rsaref
EXTRACT_ONLY= pine4.10${EXTRACT_SUFX}
RESTRICTED= "Contains cryptography - no export from US"
WRKSRC= ${WRKDIR}/pine4.10
MASTERDIR= ${.CURDIR}/../pine4
FILESDIR= ${.CURDIR}/files
1999-06-23 19:07:22 +00:00
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE='Please fill out the form at http://www.kfu.com/~nsayer/encryption/pine.html and place the sources at ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} then run make again'
.endif
post-extract:
( cd ${WRKSRC} ; tar xfz ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} )
do-build:
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ./build bsf EXTRAAUTHENTICATORS=ssl)
.include "${MASTERDIR}/Makefile"