components/proftpd/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3661 47545fb8aed4
child 4303 fe962209b82f
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 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=		proftpd
    28 COMPONENT_NAME=		proftpd
    47 COMPONENT_ARCHIVE_URL_1= http://downloads.sourceforge.net/gssmod/$(COMPONENT_ARCHIVE_1)
    47 COMPONENT_ARCHIVE_URL_1= http://downloads.sourceforge.net/gssmod/$(COMPONENT_ARCHIVE_1)
    48 
    48 
    49 TPNO_PROFTPD=		17783
    49 TPNO_PROFTPD=		17783
    50 TPNO_MOD_GSS=		13480
    50 TPNO_MOD_GSS=		13480
    51 
    51 
    52 include ../../make-rules/prep.mk
    52 include $(WS_MAKE_RULES)/prep.mk
    53 include ../../make-rules/configure.mk
    53 include $(WS_MAKE_RULES)/configure.mk
    54 include ../../make-rules/ips.mk
    54 include $(WS_MAKE_RULES)/ips.mk
    55 
    55 
    56 # IPS_COMPONENT_VERSION is by default set to $(COMPONENT_VERSION) but it is not
    56 # IPS_COMPONENT_VERSION is by default set to $(COMPONENT_VERSION) but it is not
    57 # enough for us. We need to include the $(COMPONENT_SUBVERSION) somehow.
    57 # enough for us. We need to include the $(COMPONENT_SUBVERSION) somehow.
    58 # Because the IPS_COMPONENT_VERSION cannot contain letters we used '.0.5'
    58 # Because the IPS_COMPONENT_VERSION cannot contain letters we used '.0.5'
    59 # instead of 'e'.
    59 # instead of 'e'.
   104 install:	$(INSTALL_32)
   104 install:	$(INSTALL_32)
   105 
   105 
   106 test:		$(NO_TESTS)
   106 test:		$(NO_TESTS)
   107 # libcheck and specific Perl Test::Unit version is required for full test
   107 # libcheck and specific Perl Test::Unit version is required for full test
   108 
   108 
   109 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
   110 
   109 
   111 include ../../make-rules/depend.mk
   110 REQUIRED_PACKAGES += library/security/openssl
       
   111 REQUIRED_PACKAGES += service/security/kerberos-5
       
   112 REQUIRED_PACKAGES += shell/ksh93
       
   113 REQUIRED_PACKAGES += system/core-os
       
   114 REQUIRED_PACKAGES += system/library
       
   115 REQUIRED_PACKAGES += system/library/security/gss
       
   116 REQUIRED_PACKAGES += system/linker
       
   117 REQUIRED_PACKAGES += system/network