freebsd-ports/security/srp/Makefile
Frank J. Laszlo 96a620a77e Register conflicts for srp in security/heimdal, security/krb4, and securiry/krb5.
Bump PORTREVISION accordingly.

PR:		ports/105442
Submitted by:	Ruben van Staveren <ruben@verweg.com>
Reviewed by:	shaun@, cy@
Approved by:	flz (mentor)
2006-11-14 02:06:07 +00:00

36 lines
836 B
Makefile

# New ports collection makefile for: srp
# Date created: 07/25/2001
# Whom: nectar@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= srp
PORTVERSION= 2.1.1
PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= http://srp.stanford.edu/source/
MAINTAINER= laszlof@FreeBSD.org
COMMENT= Secure Remote Password protocol library, TELNET, and FTP
CONFLICTS= krb4-[0-9]* krb5-[0-9]* heimdal-[0-9]*
GNU_CONFIGURE= yes
CONFIGURE_ENV= INSTALL="/usr/bin/install -C"
CONFIGURE_ARGS= --with-openssl=/usr \
--with-zlib \
--enable-loginf
post-patch:
@${GREP} -slR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
's|malloc\.h|stdlib\.h|g'
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC}/docs && ${FIND} . | \
${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
.endif
.include <bsd.port.mk>