1999-04-02 21:07:30 +02:00
|
|
|
# New ports collection makefile for: identify
|
|
|
|
# Date created: 13 March 1999
|
|
|
|
# Whom: nsayer@quack.kfu.com
|
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
1999-04-02 21:07:30 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:34:06 +02:00
|
|
|
PORTNAME= identify
|
|
|
|
PORTVERSION= 0.7
|
2000-06-02 05:18:54 +02:00
|
|
|
CATEGORIES= security
|
2003-11-02 01:56:36 +01:00
|
|
|
MASTER_SITES= http://www.scn.rain.com/pub/security/authent/
|
1999-04-02 21:07:30 +02:00
|
|
|
|
2002-10-21 04:31:08 +02:00
|
|
|
MAINTAINER= ports@freebsd.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Client side ident protocol daemon wrapper
|
1999-04-02 21:07:30 +02:00
|
|
|
|
2000-03-20 23:16:48 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident
|
1999-04-12 00:42:07 +02:00
|
|
|
|
2000-03-20 23:16:48 +01:00
|
|
|
do-install:
|
1999-04-12 00:42:07 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/identify ${PREFIX}/libexec
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/identify
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/identify
|
|
|
|
.endif
|
1999-04-02 21:07:30 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|