opnsense-ports/security/libident/Makefile
Franco Fichtner 97664b4dde */*: sync with upstream
Taken from: FreeBSD
2024-02-06 12:59:33 +01:00

22 lines
510 B
Makefile

PORTNAME= libident
PORTVERSION= 0.32
PORTREVISION= 5
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
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>