1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/security/libident/Makefile

24 lines
516 B
Makefile
Raw Normal View History

# Created by: torstenb@FreeBSD.org
1999-08-31 01:53:22 +00:00
# $FreeBSD$
PORTNAME= libident
PORTVERSION= 0.32
PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= http://www.remlab.net/files/libident/
MAINTAINER= ports@FreeBSD.org
COMMENT= Small library to interface the ident protocol server (rfc1413)
OPTIONS_DEFINE= DOCS
USES= libtool:keepla
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
2003-08-22 09:42:23 +00:00
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
2003-08-22 09:42:23 +00:00
.include <bsd.port.mk>