2013-03-29 19:33:41 +00:00
|
|
|
# Created by: torstenb@FreeBSD.org
|
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
|
2014-04-23 13:25:16 +00:00
|
|
|
PORTREVISION= 3
|
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
|
2013-03-29 19:33:41 +00:00
|
|
|
COMMENT= Small library to interface the ident protocol server (rfc1413)
|
1995-10-12 07:29:19 +00:00
|
|
|
|
2014-04-07 15:51:43 +00:00
|
|
|
OPTIONS_DEFINE= DOCS
|
2014-04-23 13:25:16 +00:00
|
|
|
USES= libtool:keepla
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-15 01:04:55 +00:00
|
|
|
USE_LDCONFIG= yes
|
2014-04-07 15:51:43 +00:00
|
|
|
INSTALL_TARGET= install-strip
|
2003-08-22 09:42:23 +00:00
|
|
|
|
|
|
|
post-install:
|
2014-04-07 15:51:43 +00:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
2003-08-22 09:42:23 +00:00
|
|
|
|
1995-10-12 07:29:19 +00:00
|
|
|
.include <bsd.port.mk>
|