Tue Sep 12 06:15:19 2017 UTC ()
pkglint


(dholland)
diff -r1.7 -r1.8 pkgsrc/security/libpreludedb/Makefile.common

cvs diff -r1.7 -r1.8 pkgsrc/security/libpreludedb/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/security/libpreludedb/Attic/Makefile.common 2017/08/16 20:45:44 1.7
+++ pkgsrc/security/libpreludedb/Attic/Makefile.common 2017/09/12 06:15:19 1.8
@@ -1,34 +1,34 @@ @@ -1,34 +1,34 @@
1# $NetBSD: Makefile.common,v 1.7 2017/08/16 20:45:44 wiz Exp $ 1# $NetBSD: Makefile.common,v 1.8 2017/09/12 06:15:19 dholland Exp $
2# 2#
3# used by security/libpreludedb/Makefile 3# used by security/libpreludedb/Makefile
4# used by security/libpreludedb-mysql/Makefile 4# used by security/libpreludedb-mysql/Makefile
5# used by security/libpreludedb-perl/Makefile 5# used by security/libpreludedb-perl/Makefile
6# used by security/libpreludedb-pgsql/Makefile 6# used by security/libpreludedb-pgsql/Makefile
7# used by security/libpreludedb-python/Makefile 7# used by security/libpreludedb-python/Makefile
8# used by security/libpreludedb-sqlite3/Makefile 8# used by security/libpreludedb-sqlite3/Makefile
9 9
10DISTNAME= libpreludedb-${VERSION} 10DISTNAME= libpreludedb-${VERSION}
11VERSION= 0.9.15.3 11VERSION= 0.9.15.3
12CATEGORIES= security 12CATEGORIES= security
13MASTER_SITES= http://www.prelude-ids.com/download/releases/libpreludedb/ 13MASTER_SITES= http://www.prelude-ids.com/download/releases/libpreludedb/
14 14
15MAINTAINER= pkgsrc-users@NetBSD.org 15MAINTAINER?= pkgsrc-users@NetBSD.org
16#HOMEPAGE= http://www.prelude-ids.org/download/releases/ 16#HOMEPAGE= http://www.prelude-ids.org/download/releases/
17COMMENT= Provides an interface to the database used to store IDMEF alerts 17COMMENT= Provides an interface to the database used to store IDMEF alerts
18 18
19PATCHDIR= ${.CURDIR}/../../security/libpreludedb/patches 19PATCHDIR= ${.CURDIR}/../../security/libpreludedb/patches
20DISTINFO_FILE= ${.CURDIR}/../../security/libpreludedb/distinfo 20DISTINFO_FILE= ${.CURDIR}/../../security/libpreludedb/distinfo
21 21
22USE_PKGLOCALEDIR= yes 22USE_PKGLOCALEDIR= yes
23USE_LIBTOOL= yes 23USE_LIBTOOL= yes
24GNU_CONFIGURE= yes 24GNU_CONFIGURE= yes
25USE_TOOLS+= make 25USE_TOOLS+= make
26CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} 26CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
27USE_LANGUAGES= c c++ 27USE_LANGUAGES= c c++
28 28
29PKG_OPTIONS_VAR= PKG_OPTIONS.libpreludedb 29PKG_OPTIONS_VAR= PKG_OPTIONS.libpreludedb
30 30
31pre-configure: 31pre-configure:
32 ${LN} -s ${BUILDLINK_DIR}/lib/libltdl.la ${BUILDLINK_DIR}/lib/libltdlc.la 32 ${LN} -s ${BUILDLINK_DIR}/lib/libltdl.la ${BUILDLINK_DIR}/lib/libltdlc.la
33 33
34.include "../../mk/bsd.prefs.mk" 34.include "../../mk/bsd.prefs.mk"