Rene Ladan 4485bd8221 all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X

Reviewed by:	many

Differential Revision:	https://reviews.freebsd.org/D46601
2024-10-01 20:56:20 +02:00

33 lines
758 B
Makefile

PORTNAME= identify
PORTVERSION= 0.7
CATEGORIES= security
MASTER_SITES= http://ftp.nluug.nl/ftp/pub/pub/security/coast/daemons/pidentd/tools/
MAINTAINER= bofh@FreeBSD.org
COMMENT= Client side ident protocol daemon wrapper
WWW= http://ftp.nluug.nl/ftp/pub/pub/security/coast/daemons/pidentd/tools/
LICENSE= PD
BUILD_DEPENDS= ${LOCALBASE}/lib/libident.a:security/libident
PLIST_FILES= libexec/identify
PORTDOCS= README
OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD
CFLAGS+= -Wno-error=int-conversion
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/identify ${STAGEDIR}${PREFIX}/libexec
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.post.mk>