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
|
2014-06-05 20:07:41 +02:00
|
|
|
PORTREVISION= 4
|
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
|
|
|
|
2014-06-05 20:07:41 +02:00
|
|
|
USES= libtool
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-15 03:04:55 +02:00
|
|
|
USE_LDCONFIG= yes
|
2014-04-07 17:51:43 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2003-08-22 11:42:23 +02:00
|
|
|
|
2014-06-05 20:07:41 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2003-08-22 11:42:23 +02:00
|
|
|
post-install:
|
2014-04-07 17:51:43 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
2003-08-22 11:42:23 +02:00
|
|
|
|
1995-10-12 08:29:19 +01:00
|
|
|
.include <bsd.port.mk>
|