2013-04-22 13:27:47 +00:00
|
|
|
# Created by: Sergey Skvortsov <skv@protey.ru>
|
2008-10-03 10:38:25 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libdkim
|
2011-08-13 18:45:32 +00:00
|
|
|
PORTVERSION= 1.0.21
|
2008-10-03 10:38:25 +00:00
|
|
|
CATEGORIES= mail
|
2011-08-13 18:45:32 +00:00
|
|
|
MASTER_SITES= SF
|
2008-10-03 10:38:25 +00:00
|
|
|
|
2013-04-22 13:27:47 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2008-10-03 10:38:25 +00:00
|
|
|
COMMENT= DKIM (DomainKeys Identified Mail) library
|
|
|
|
|
2013-12-30 20:55:18 +00:00
|
|
|
LICENSE= APACHE20
|
2011-08-13 18:45:32 +00:00
|
|
|
|
2014-03-10 16:25:33 +00:00
|
|
|
USES= zip
|
2008-10-03 10:38:25 +00:00
|
|
|
USE_LDCONFIG= YES
|
|
|
|
SHLIB_MAJOR= 1
|
|
|
|
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
|
|
|
|
|
|
|
|
USE_OPENSSL= YES
|
|
|
|
|
2011-08-13 18:45:32 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}/src
|
2008-10-03 10:38:25 +00:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.prev
|
|
|
|
@${SED} -e "s=%%SHLIB_MAJOR%%=${SHLIB_MAJOR}=g" \
|
|
|
|
${FILESDIR}/Makefile > ${WRKSRC}/Makefile
|
|
|
|
|
2014-02-02 14:33:37 +00:00
|
|
|
.include <bsd.port.mk>
|