freebsd-ports/mail/libdkim/Makefile
Rodrigo Osorio 9d66bcf099 */*: Update WWW to use HTTPS
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:13:06 +01:00

27 lines
552 B
Makefile

PORTNAME= libdkim
PORTVERSION= 1.0.21
CATEGORIES= mail
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= DKIM (DomainKeys Identified Mail) library
WWW= https://dkim.org/
LICENSE= APACHE20
USES= uidfix zip ssl
CXXFLAGS+= -std=gnu++98
USE_LDCONFIG= YES
SHLIB_MAJOR= 1
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
WRKSRC= ${WRKDIR}/${PORTNAME}/src
post-patch:
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.prev
@${SED} -e "s=%%SHLIB_MAJOR%%=${SHLIB_MAJOR}=g" \
${FILESDIR}/Makefile > ${WRKSRC}/Makefile
.include <bsd.port.mk>
PATCH_ARGS+= -l