aboutsummaryrefslogtreecommitdiffstats
path: root/net/hidentd/Makefile
blob: a6f11f439e224f8e5aa67e52c9f9f7b4358e3f75 (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
26
27
28
29
30
31
32
# New ports collection makefile for:    hidentd
# Date created:             02.11.2003
# Whom:                 Kirill Ponomarew <krion@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   hidentd
PORTVERSION=    0.4
CATEGORIES= net
MASTER_SITES=   http://core.segfault.pl/~hobbit/hidentd/dist/

MAINTAINER= krion@FreeBSD.org
COMMENT=    Simple and secure ident (RFC1413) server

GNU_CONFIGURE=  yes
CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL}

MAN8=       hidentd.8

PORTDOCS=   README
PLIST_FILES=    sbin/hidentd

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
.for i in README
    ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>