freebsd-ports/security/libident/Makefile

25 lines
510 B
Makefile
Raw Normal View History

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