mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
25 lines
587 B
Makefile
25 lines
587 B
Makefile
# New ports collection makefile for: identify
|
|
# Version required: 0.7
|
|
# Date created: 13 March 1999
|
|
# Whom: nsayer@quack.kfu.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= identify-0.7
|
|
CATEGORIES= security net
|
|
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/tools/
|
|
|
|
MAINTAINER= nsayer@quack.kfu.com
|
|
|
|
BUILD_DEPENDS= ${PREFIX}/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>
|