mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
e28d71c5f6
Move to ports-gcc on sparc64 to fix the build
34 lines
582 B
Makefile
34 lines
582 B
Makefile
COMMENT= Advanced Intrusion Detection Environment (file mod checker)
|
|
|
|
V= 0.19.3
|
|
DISTNAME= aide-${V}
|
|
REVISION= 1
|
|
|
|
CATEGORIES= security
|
|
|
|
HOMEPAGE= https://github.com/aide/aide
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
# stdalign.h
|
|
COMPILER= base-clang ports-gcc
|
|
COMPILER_LANGS= c
|
|
|
|
# uses pledge()
|
|
WANTLIB += c m nettle pcre2-8 pthread z
|
|
|
|
SITES= https://github.com/aide/aide/releases/download/v${V}/
|
|
|
|
BUILD_DEPENDS= devel/bison \
|
|
devel/check
|
|
LIB_DEPENDS= devel/pcre2 \
|
|
security/nettle
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= YACC="bison -y"
|
|
|
|
.include <bsd.port.mk>
|