pkgsrc/security/libprelude/Makefile.common
rillig c7ff05f63e all: replace SUBST_SED with the simpler SUBST_VARS
pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
2019-05-23 19:22:54 +00:00

59 lines
1.7 KiB
Text

# $NetBSD: Makefile.common,v 1.14 2019/05/23 19:23:15 rillig Exp $
#
# used by security/libprelude/Makefile
# used by security/libprelude-lua/Makefile
# used by security/libprelude-perl/Makefile
# used by security/libprelude-python/Makefile
DISTNAME= libprelude-${VERSION}
VERSION= 0.9.24.1
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.com/download/releases/libprelude/
MAINTAINER?= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.prelude-siem.org/
PATCHDIR= ${.CURDIR}/../../security/libprelude/patches
DISTINFO_FILE= ${.CURDIR}/../../security/libprelude/distinfo
BUILD_DEFS+= VARBASE
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= chown bison gawk gmake pkg-config
USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
CONFIGURE_ARGS+= --enable-easy-bindings
PKG_SYSCONFSUBDIR= prelude
.include "../../mk/bsd.prefs.mk"
PRELUDE_USER?= _prelude
PRELUDE_GROUP?= _prelude
PRELUDE_HOME?= ${VARBASE}/spool/prelude
PKG_GROUPS= ${PRELUDE_GROUP}
PKG_USERS= ${PRELUDE_USER}:${PRELUDE_GROUP}
PKG_GROUPS_VARS+= PRELUDE_GROUP
PKG_USERS_VARS+= PRELUDE_USER
PKG_GECOS.${PRELUDE_USER}= Prelude IDS
PKG_HOME.${PRELUDE_USER}= ${PRELUDE_HOME}
EGDIR= ${PREFIX}/share/examples/libprelude
REQD_DIRS= ${EGDIR}
MAKE_DIRS= ${PKG_SYSCONFDIR}/default ${PKG_SYSCONFDIR}/profile
MAKE_DIRS_PERMS+= ${PKG_SYSCONFDIR}/profile ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0711
SUBST_CLASSES+= make
SUBST_STAGE.make= pre-configure
SUBST_FILES.make= Makefile.in
SUBST_VARS.make= EGDIR
INSTALLATION_DIRS= share/examples/libprelude
.include "../../mk/bsd.prefs.mk"