summaryrefslogtreecommitdiff
path: root/mail/libdkim/Makefile
blob: 3f478e61d8b96e80ccea238f4aa5d5f69ef7ec04 (plain) (blame)
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
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$

PORTNAME=	libdkim
PORTVERSION=	1.0.21
CATEGORIES=	mail
MASTER_SITES=	SF

MAINTAINER=	ports@FreeBSD.org
COMMENT=	DKIM (DomainKeys Identified Mail) library

LICENSE=	APACHE20

USE_ZIP=	YES
USE_LDCONFIG=	YES
SHLIB_MAJOR=	1
PLIST_SUB=	SHLIB_MAJOR="${SHLIB_MAJOR}"

USE_OPENSSL=	YES

WRKSRC=		${WRKDIR}/${PORTNAME}/src

NO_STAGE=	yes
.include <bsd.port.options.mk>

#Check for OPENSSL 0.9.8 in BASE:  If not present require PORT
.if ${OSVERSION} < 700019
WITH_OPENSSL_PORT=	yes
.endif

.include <bsd.port.pre.mk>

post-patch:
	${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.prev
	@${SED} -e "s=%%SHLIB_MAJOR%%=${SHLIB_MAJOR}=g" \
		${FILESDIR}/Makefile > ${WRKSRC}/Makefile

.include <bsd.port.post.mk>