usr/src/lib/perl_net_ssleay/Makefile.sfw
changeset 11 87960ed158f9
parent 0 b34509ac961f
child 100 0a3c3c0e0ff2
equal deleted inserted replaced
10:612517e396e0 11:87960ed158f9
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
    23 # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
    24 # Use is subject to license terms.
    24 # Use is subject to license terms.
    25 #
    25 #
    26 # ident	"@(#)Makefile.sfw	1.2	09/06/15 SMI"
    26 # ident	"@(#)Makefile.sfw	1.3	10/03/16 SMI"
    27 #
    27 #
    28 
    28 
    29 VER=$(COMPONENT_NAME:sh)-$(COMPONENT_VERSION:sh)
    29 VER=$(COMPONENT_NAME:sh)-$(COMPONENT_VERSION:sh)
    30 TARBALL=$(VER).tar.gz
    30 TARBALL=$(VER).tar.gz
    31 
    31 
    59 		INSTALLVENDORMAN3DIR=$(PLDIR)/man/man3
    59 		INSTALLVENDORMAN3DIR=$(PLDIR)/man/man3
    60 
    60 
    61 install: all
    61 install: all
    62 	$(SRC)/tools/protofix --write --pkg $(PKG)
    62 	$(SRC)/tools/protofix --write --pkg $(PKG)
    63 	cd $(VER); \
    63 	cd $(VER); \
    64 	    $(SRC)/tools/sunman -n Net::SSLeay -p $(PKG) \
    64 	    $(SRC)/tools/sunman -n Net::SSLeay -p library/perl-5/net-ssleay \
    65 		-s Volatile $(MAN3DIR)/Net::SSLeay.3 \
    65 		-s Volatile $(MAN3DIR)/Net::SSLeay.3 \
    66 		-s Volatile $(MAN3DIR)/Net::SSLeay::Handle.3; \
    66 		-s Volatile $(MAN3DIR)/Net::SSLeay::Handle.3; \
    67 	    env - PATH=$(SFW_PATH) MAKE=$(CCSMAKE) \
    67 	    env - PATH=$(SFW_PATH) MAKE=$(CCSMAKE) \
    68 		$(CCSMAKE) pure_install;
    68 		$(CCSMAKE) pure_install;
    69 	$(SRC)/tools/protofix --perm --pkg $(PKG)
    69 	$(SRC)/tools/protofix --perm --pkg $(PKG)