mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
26 lines
659 B
Makefile
26 lines
659 B
Makefile
# Created by: nsayer@quack.kfu.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= identify
|
|
PORTVERSION= 0.7
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://ftp.nluug.nl/ftp/pub/pub/security/coast/daemons/pidentd/tools/ \
|
|
http://www.scn.rain.com/pub/security/authent/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Client side ident protocol daemon wrapper
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident
|
|
|
|
PORTDOCS= README
|
|
PLIST_FILES= libexec/identify
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/identify ${STAGEDIR}${PREFIX}/libexec
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|