mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
3f6469882d
- 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)
26 lines
562 B
Makefile
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>
|