components/rsync/Makefile
changeset 3817 30b42c38bbc4
parent 2225 f064d3d3190d
child 3835 fff36af96643
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2009, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		rsync
    28 COMPONENT_NAME=		rsync
    35 COMPONENT_ARCHIVE_URL=	http://rsync.samba.org/ftp/rsync/src/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=	http://rsync.samba.org/ftp/rsync/src/$(COMPONENT_ARCHIVE)
    36 COMPONENT_BUGDB=	utility/rsync
    36 COMPONENT_BUGDB=	utility/rsync
    37 
    37 
    38 TPNO=			16940
    38 TPNO=			16940
    39 
    39 
    40 include ../../make-rules/prep.mk
    40 include $(WS_MAKE_RULES)/prep.mk
    41 include ../../make-rules/configure.mk
    41 include $(WS_MAKE_RULES)/configure.mk
    42 include ../../make-rules/ips.mk
    42 include $(WS_MAKE_RULES)/ips.mk
    43 
    43 
    44 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
    44 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
    45 CONFIGURE_OPTIONS  +=		SHELL_PATH=/bin/sh
    45 CONFIGURE_OPTIONS  +=		SHELL_PATH=/bin/sh
    46 CONFIGURE_OPTIONS  +=		--bindir=$(CONFIGURE_BINDIR.32)
    46 CONFIGURE_OPTIONS  +=		--bindir=$(CONFIGURE_BINDIR.32)
    47 CONFIGURE_OPTIONS  +=		--with-included-popt
    47 CONFIGURE_OPTIONS  +=		--with-included-popt
    57 
    57 
    58 install:	$(INSTALL_64)
    58 install:	$(INSTALL_64)
    59 
    59 
    60 test:		$(TEST_64)
    60 test:		$(TEST_64)
    61 
    61 
    62 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    63 
    62 
    64 include ../../make-rules/depend.mk
    63 REQUIRED_PACKAGES += system/library