Edit

IABSD.fr/ports/net/oidentd/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:45:43
    Hash : 3f5796b9
    Message : drop RCS Ids

  • net/oidentd/Makefile
  • COMMENT=	ident daemon with custom responses and NAT support
    DISTNAME=	oidentd-2.0.8
    REVISION=	1
    CATEGORIES=	net
    MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=ojnk/}
    
    HOMEPAGE=	http://ojnk.sourceforge.net/
    
    # GPLv2 only
    PERMIT_PACKAGE=	Yes
    
    WANTLIB=		c
    
    CONFIGURE_STYLE=gnu
    
    pre-configure:
    	sed -i 's,/etc,${SYSCONFDIR},g' \
    		${WRKSRC}/doc/oidentd_masq.conf.5 ${WRKSRC}/doc/oidentd.8 \
    		${WRKSRC}/doc/oidentd.conf.5 ${WRKSRC}/src/oidentd_options.c \
    		${WRKSRC}/src/oidentd.h
    
    .include <bsd.port.mk>