blob: c5d0a9eb25f9441244d7f9c1a9d3f9964ae24a47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
# New ports collection makefile for: pine4-ssl
# 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.
# The warnings are getting harder to fix.
# Good luck to you. :-P
PORTNAME= pine4-ssl
PORTVERSION= 4.21.1.4
CATEGORIES= mail news
MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \
http://www.kfu.com/~nsayer/encryption/software/
DISTNAME= pine4+ssl-1.4
DISTFILES= pine4.21${EXTRACT_SUFX}
FORBIDDEN= "Remotely exploitable buffer overflows."
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
EXTRA_PATCHES= ${FILESDIR}/extrapatch-*
USE_OPENSSL= YES
post-extract:
( cd ${WRKSRC} ; tar xfz ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} )
do-build:
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ./build bsf EXTRAAUTHENTICATORS=ssl)
.include "${MASTERDIR}/Makefile"
|