1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/security/identify/Makefile
Philippe Audeoud 169be4d7d2 - Respect NOPORTDOCS
- Remove useless pkg-plist

Noticed by:	QAT
2008-11-06 13:13:48 +00:00

29 lines
638 B
Makefile

# 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= 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
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/identify ${PREFIX}/libexec
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>