mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 07:57:38 -04:00
Simplify expressions for FreeBSD 13.X Reviewed by: many Differential Revision: https://reviews.freebsd.org/D46601
23 lines
420 B
Makefile
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>
|