summaryrefslogtreecommitdiff
path: root/net-mgmt/netxms
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-10-02 16:04:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-10-02 16:04:25 +0000
commita780f126a9a08f3b9ef0d137df427a28dc4abe42 (patch)
tree79e0b2629f47ce7a9b480b678867c4838822e659 /net-mgmt/netxms
parentMake sure the package respect SRC_BASE (diff)
Enforce bundling jansson and libtre instead of leaving the configure
figure out if it should bundle of not The clean fix would be to always unbundle, but I will let that to the maintainer while here strip binaries and allow packaging Reported by: glebius
Notes
Notes: svn path=/head/; revision=369833
Diffstat (limited to 'net-mgmt/netxms')
-rw-r--r--net-mgmt/netxms/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-mgmt/netxms/Makefile b/net-mgmt/netxms/Makefile
index c931c2175845..adc033c8a2d5 100644
--- a/net-mgmt/netxms/Makefile
+++ b/net-mgmt/netxms/Makefile
@@ -24,13 +24,14 @@ SERVER_DESC= Install NetXMS server & agent
CLIENT_DESC= Install NetXMS client
AGENT_DESC= Install NetXMS agent
-NO_PACKAGE= yes
-
USE_OPENSSL= yes
USES= gmake iconv libtool perl5
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-silent-rules
+CONFIGURE_ARGS= --disable-silent-rules \
+ --with-internal-libjansson \
+ --with-internal-libtre
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib