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