aboutsummaryrefslogtreecommitdiffstats
path: root/security/didentd/Makefile
blob: 7bfe3bff8bdc25cc9f58e147f85759501214b952 (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
33
34
35
36
37
# New ports collection makefile for: publicfile
# Date created:     15 Oct 2001
# Whom:         Doobee R. Tzeck
#
# $FreeBSD$
#

PORTNAME=   didentd
PORTVERSION=    0.2
CATEGORIES= security
MASTER_SITES=   http://untergrund.bewaff.net/~drt/c0re.jp/c0de/didentd/ http://c0re.jp/c0de/didentd/

MAINTAINER= drt@un.bewaff.net
COMMENT=    Modular RfC1423 (identd) server sending encrypted audit tokens.

RUN_DEPENDS=    tcpserver:${PORTSDIR}/sysutils/ucspi-tcp

ALL_TARGET= all
INSTALL_TARGET= install

post-patch:
    ${PERL} -pi -e 's,%%LOCALBASE%%,${LOCALBASE},g' ${WRKSRC}/Makefile

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${PREFIX}/share/doc/didentd
    ${INSTALL_MAN} ${WRKSRC}/BLURB ${PREFIX}/share/doc/didentd
    ${INSTALL_MAN} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/didentd
    ${INSTALL_MAN} ${WRKSRC}/INTERNALS ${PREFIX}/share/doc/didentd
    ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/didentd
    ${INSTALL_MAN} ${WRKSRC}/THANKS ${PREFIX}/share/doc/didentd
    ${INSTALL_MAN} ${WRKSRC}/TODO ${PREFIX}/share/doc/didentd
    ${INSTALL_MAN} ${WRKSRC}/WHY-ENCRYPT ${PREFIX}/share/doc/didentd
    ${INSTALL_MAN} ${WRKSRC}/WHY-TAP ${PREFIX}/share/doc/didentd
.endif

.include <bsd.port.mk>