head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.01.03;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2006.06.14.07.09.35;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2006.05.13.04.15.01;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2003.09.24.08.16.46;	author erwin;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.21.13.26.42;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2001.10.20.14.32.33;	author clive;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for: publicfile
# Date created:		15 Oct 2001
# Whom:			Doobee R. Tzeck
#
# $FreeBSD: head/security/didentd/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Modular RFC1423 (identd) server sending encrypted audit tokens

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

ALL_TARGET=	all
INSTALL_TARGET=	install

post-patch:
	${REINPLACE_CMD} '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>
@


1.5
log
@Reset drt@@un.bewaff.net due to bounce; pet portlint and mastersites.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d11 2
a12 1
MASTER_SITES=	http://untergrund.bewaff.net/~drt/c0re.jp/c0de/didentd/ http://c0re.jp/c0de/didentd/
d14 2
a15 2
MAINTAINER=	drt@@un.bewaff.net
COMMENT=	Modular RfC1423 (identd) server sending encrypted audit tokens.
@


1.3
log
@use reinplace instad of perl
@
text
@a17 1
USE_REINPLACE=	yes
@


1.2
log
@De-pkg-comment.
@
text
@d18 1
d23 1
a23 1
	${PERL} -pi -e 's,%%LOCALBASE%%,${LOCALBASE},g' ${WRKSRC}/Makefile
@


1.1
log
@New port: didentd

This is a new port for didentd, an RfC1423 (identd) server for FreeBSD and
Linux written with security and privacy in mind.

PR: ports/31349
Submitted by: D. T. Tzeck <drt@@un.brewaff.net>
@
text
@d14 1
@

