blob: 75b6c34b58e47565595c22e95ae8419e2c6d6d45 (
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
|
# New ports collection makefile for: identify
# Version required: 0.7
# Date created: 13 March 1999
# Whom: nsayer@quack.kfu.com
#
# $Id: Makefile,v 1.2 1999/04/02 19:19:55 nsayer Exp $
#
DISTNAME= identify-0.7
CATEGORIES= net security
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>
|