1999-06-23 07:30:55 +00:00
# New ports collection makefile for: pine4-ssl
1999-09-10 04:35:27 +00:00
# Version required: 1.3
1999-07-29 17:50:33 +00:00
# Date created: 29 Jul 1999
1999-06-23 07:30:55 +00:00
# Whom: Nick Sayer <nsayer@freebsd.org>
#
1999-08-25 06:51:17 +00:00
# $FreeBSD$
1999-06-23 07:30:55 +00:00
#
# 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
1999-09-10 04:35:27 +00:00
PKGNAME = pine4-ssl-4.10.1.3
1999-06-23 07:30:55 +00:00
1999-09-10 04:35:27 +00:00
DISTNAME = pine4+ssl-1.3
1999-06-23 07:30:55 +00:00
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-09-19 22:20:02 +00:00
. i n c l u d e < b s d . p o r t . p r e . m k >
1999-06-23 19:07:22 +00:00
. i f ! e x i s t s ( $ { D I S T D I R } / $ { D I S T N A M E } $ { E X T R A C T _ S U F X } )
1999-06-23 07:30:55 +00:00
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'
. e n d i f
post-extract :
( cd ${ WRKSRC } ; tar xfz ${ DISTDIR } /${ DISTNAME } ${ EXTRACT_SUFX } )
do-build :
@( cd ${ WRKSRC } ; ${ SETENV } ${ MAKE_ENV } ./build bsf EXTRAAUTHENTICATORS = ssl)
1999-09-19 22:30:44 +00:00
. i n c l u d e "${MASTERDIR}/Makefile"