components/proftpd/Makefile
changeset 3817 30b42c38bbc4
parent 2225 f064d3d3190d
child 3932 1b7dd68f6aa9
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) 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'.
   107 install:	$(INSTALL_32)
   107 install:	$(INSTALL_32)
   108 
   108 
   109 test:		$(NO_TESTS)
   109 test:		$(NO_TESTS)
   110 # libcheck and specific Perl Test::Unit version is required for full test
   110 # libcheck and specific Perl Test::Unit version is required for full test
   111 
   111 
   112 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
   113 
   112 
   114 include ../../make-rules/depend.mk
   113 REQUIRED_PACKAGES += library/security/openssl
       
   114 REQUIRED_PACKAGES += service/security/kerberos-5
       
   115 REQUIRED_PACKAGES += shell/ksh93
       
   116 REQUIRED_PACKAGES += system/core-os
       
   117 REQUIRED_PACKAGES += system/library
       
   118 REQUIRED_PACKAGES += system/library/security/gss
       
   119 REQUIRED_PACKAGES += system/linker
       
   120 REQUIRED_PACKAGES += system/network