summaryrefslogtreecommitdiff
path: root/security/identify/Makefile
blob: ddf2b4a1d969cf03112cb9c3c49fd2b070221db4 (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
# New ports collection makefile for:	identify
# Date created:		13 March 1999
# Whom:			nsayer@quack.kfu.com
#
# $FreeBSD$
#

PORTNAME=	identify
PORTVERSION=	0.7
CATEGORIES=	security
MASTER_SITES=	ftp://ftp.lysator.liu.se/pub/ident/tools/

MAINTAINER=	ports@freebsd.org
COMMENT=	Client side ident protocol daemon wrapper

BUILD_DEPENDS=	${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/identify ${PREFIX}/libexec
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/identify
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/identify
.endif

.include <bsd.port.mk>