1995-10-12 07:29:19 +00:00
|
|
|
# New ports collection makefile for: libident
|
|
|
|
# Date created: 9 October 1995
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: torstenb@FreeBSD.org
|
1995-10-12 07:29:19 +00:00
|
|
|
#
|
1999-08-31 01:53:22 +00:00
|
|
|
# $FreeBSD$
|
1995-10-12 07:29:19 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:34:06 +00:00
|
|
|
PORTNAME= libident
|
2004-01-23 15:20:32 +00:00
|
|
|
PORTVERSION= 0.32
|
2006-02-23 10:40:44 +00:00
|
|
|
PORTREVISION= 1
|
2000-06-02 03:18:54 +00:00
|
|
|
CATEGORIES= security
|
2006-11-05 07:59:34 +00:00
|
|
|
MASTER_SITES= http://www.remlab.net/files/libident/
|
1995-10-12 07:29:19 +00:00
|
|
|
|
2001-09-17 17:40:31 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= A small library to interface the ident protocol server (rfc1413)
|
1995-10-12 07:29:19 +00:00
|
|
|
|
2007-02-01 02:42:05 +00:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-01-23 15:20:32 +00:00
|
|
|
USE_GNOME= gnometarget lthack
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-15 01:04:55 +00:00
|
|
|
USE_LDCONFIG= yes
|
2003-08-22 09:42:23 +00:00
|
|
|
|
1996-11-17 07:58:10 +00:00
|
|
|
MAN3= ident.3
|
1995-10-12 07:29:19 +00:00
|
|
|
|
2003-08-22 09:42:23 +00:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2004-01-23 15:20:32 +00:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2003-08-22 09:42:23 +00:00
|
|
|
.for i in README
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
1995-10-12 07:29:19 +00:00
|
|
|
.include <bsd.port.mk>
|