1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/mail/libdomainkeys/Makefile
Tobias Kortkamp 3f6469882d mail/libdomainkeys: Unbreak with OpenSSL 1.1.1 [1]
- Hook up the test suite
- Stop installing the test script which is useless beyond port
  testing, and calls a dktest binary that is never installed
  or built normally
- Cleanup/remove post-patch

PR:		232133
Submitted by:	Nathan <ndowens@yahoo.com> [1] (based on)
Obtained from:	PLD Linux [1] (based on)
2018-11-05 21:09:41 +00:00

26 lines
562 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= libdomainkeys
PORTVERSION= 0.69
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= SF/domainkeys/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= DomainKeys library
USES= uidfix ssl
USE_LDCONFIG= yes
SHLIB_MAJOR= 3
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
MAKE_ENV= SHLIB_MAJOR="${SHLIB_MAJOR}"
MAKEFILE= ${FILESDIR}/Makefile
TEST_TARGET= check
post-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_SCRIPT} ${WRKSRC}/dknewkey ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>