aboutsummaryrefslogtreecommitdiffstats
path: root/security/identify/Makefile
blob: 5da9444700f8f8307904387b2be99ed304417c14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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

OPTIONS_DEFINE= DOCS

.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>