components/proftpd/Makefile
changeset 1205 6c6c27bcf9ac
parent 1058 34d7aaa03423
child 1343 a66d36656846
child 2712 45c3ae29a200
equal deleted inserted replaced
1204:c8e9f85492a3 1205:6c6c27bcf9ac
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2013, 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=		proftpd
    28 COMPONENT_NAME=		proftpd
    90 	$(CLONEY) $(SOURCE_DIR) $(@D))
    90 	$(CLONEY) $(SOURCE_DIR) $(@D))
    91 
    91 
    92 # proftpd configure and build is not ready for run out of the source tree
    92 # proftpd configure and build is not ready for run out of the source tree
    93 CONFIGURE_SCRIPT =	$(@D)/configure
    93 CONFIGURE_SCRIPT =	$(@D)/configure
    94 
    94 
       
    95 # Do not apply the standard license transforms for this component. The
       
    96 # license actions in the proftpd.p5m file are already tagged with the
       
    97 # attributes.
       
    98 LICENSE_TRANSFORMS =
       
    99 
    95 build:		$(BUILD_32)
   100 build:		$(BUILD_32)
    96 
   101 
    97 install:	$(INSTALL_32)
   102 install:	$(INSTALL_32)
    98 
   103 
    99 test:		$(NO_TESTS)
   104 test:		$(NO_TESTS)