39 lines
1.2 KiB
Makefile
39 lines
1.2 KiB
Makefile
# 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
|
|
|
|
USE_REINPLACE= yes
|
|
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>
|