1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/security/identify/Makefile

29 lines
683 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
NO_STAGE= yes
.include <bsd.port.options.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/identify ${PREFIX}/libexec
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>