components/daq/Makefile
changeset 3817 30b42c38bbc4
parent 2225 f064d3d3190d
child 4339 6501cf9c29f9
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		daq
    25 COMPONENT_NAME=		daq
    26 COMPONENT_VERSION=	2.0.2
    26 COMPONENT_VERSION=	2.0.2
    32 COMPONENT_ARCHIVE_URL=	http://sourceforge.net/projects/snort/files/snort/$(COMPONENT_ARCHIVE)/download
    32 COMPONENT_ARCHIVE_URL=	http://sourceforge.net/projects/snort/files/snort/$(COMPONENT_ARCHIVE)/download
    33 COMPONENT_BUGDB=	library/daq
    33 COMPONENT_BUGDB=	library/daq
    34 
    34 
    35 TPNO=			19384
    35 TPNO=			19384
    36 
    36 
    37 include ../../make-rules/prep.mk
    37 include $(WS_MAKE_RULES)/prep.mk
    38 include ../../make-rules/configure.mk
    38 include $(WS_MAKE_RULES)/configure.mk
    39 include ../../make-rules/ips.mk
    39 include $(WS_MAKE_RULES)/ips.mk
    40 
    40 
    41 # Solaris should really define these. See CR #15431883 and 15537286.
    41 # Solaris should really define these. See CR #15431883 and 15537286.
    42 CFLAGS +=	-Du_int8_t=uint8_t
    42 CFLAGS +=	-Du_int8_t=uint8_t
    43 CFLAGS +=	-Du_int16_t=uint16_t
    43 CFLAGS +=	-Du_int16_t=uint16_t
    44 CFLAGS +=	-Du_int32_t=uint32_t
    44 CFLAGS +=	-Du_int32_t=uint32_t
    59 
    59 
    60 install:	$(INSTALL_32_and_64)
    60 install:	$(INSTALL_32_and_64)
    61 
    61 
    62 test:		$(NO_TESTS)
    62 test:		$(NO_TESTS)
    63 
    63 
    64 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    65 
    64 
    66 include ../../make-rules/depend.mk
    65 REQUIRED_PACKAGES += developer/lexer/flex
       
    66 REQUIRED_PACKAGES += developer/parser/bison
       
    67 REQUIRED_PACKAGES += shell/ksh93
       
    68 REQUIRED_PACKAGES += system/library
       
    69 REQUIRED_PACKAGES += system/library/libpcap
       
    70 REQUIRED_PACKAGES += system/linker