aboutsummaryrefslogblamecommitdiff
path: root/net/hidentd/Makefile
blob: b1bf16430c22855f0759fc2ad4a2f9a95202d0f8 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                  
           

                       
                   


                                                             
                                 


                                                        
 
                      
                                                  
 

                    
             
                                      
                                                              

                      
# Created by: Kirill Ponomarew <krion@FreeBSD.org>
# $FreeBSD$

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

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

GNU_CONFIGURE=	yes

PORTDOCS=	README
PLIST_FILES=	man/man8/hidentd.8.gz sbin/hidentd

OPTIONS_DEFINE=	DOCS

post-install:
	${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>