5393242c73
Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed.
59 lines
1.7 KiB
Text
59 lines
1.7 KiB
Text
# $NetBSD: Makefile.common,v 1.13 2018/07/04 13:40:34 jperkin 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_SED.make= -e 's,@EGDIR@,${EGDIR},g'
|
|
|
|
INSTALLATION_DIRS= share/examples/libprelude
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|