aboutsummaryrefslogblamecommitdiff
path: root/security/libident/Makefile
blob: bb2f39c9b8e12d28f1d94f46f2f0809fa85a8c4a (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                
                                      
                                            
 
           

 
                        
                    
                 
                        
                                                     
 
                                 
                                                                                
 
                          
                                  
                   
                   
 
                       
 

                        
                            




                                                 
                      
# New ports collection makefile for:	libident
# Date created:		9 October 1995
# Whom:			torstenb@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	libident
PORTVERSION=	0.32
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	http://www.remlab.net/files/libident/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A small library to interface the ident protocol server (rfc1413)

USE_AUTOTOOLS=	libtool:15
USE_GNOME=	gnometarget lthack
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

MAN3=		ident.3

post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
.for i in README
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>