ports/devel/libfortuna/Makefile
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

23 lines
420 B
Makefile

PORTNAME= libfortuna
PORTVERSION= 0.1.1
CATEGORIES= devel
MAINTAINER= waitman@waitman.net
COMMENT= Fortuna PRNG Library
WWW= http://crxwg.com/fortuna/bin/libfortuna.html
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
USE_GITHUB= yes
USE_LDCONFIG= yes
GH_ACCOUNT= waitman
GH_TAGNAME= 11cbd88
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD
CFLAGS+= -Wno-error=array-parameter
.endif
.include <bsd.port.post.mk>