usr/src/cmd/fetchmail/Makefile.sfw
changeset 11 87960ed158f9
parent 6 1fb1123973f8
child 12 12fc69ddc5a5
equal deleted inserted replaced
10:612517e396e0 11:87960ed158f9
    21 
    21 
    22 #
    22 #
    23 # Copyright 2010 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 #pragma ident	"@(#)Makefile.sfw	1.5	10/01/18 SMI"
    26 #pragma ident	"@(#)Makefile.sfw	1.6	10/03/16 SMI"
    27 #
    27 #
    28 
    28 
    29 include ../Makefile.cmd
    29 include ../Makefile.cmd
    30 
    30 
    31 #
    31 #
    32 # Macros
    32 # Macros
    33 #
    33 #
    34 
    34 
    35 PROJECT = $(COMPONENT_NAME:sh)
    35 PROJECT = $(COMPONENT_NAME:sh)
    36 VER = $(PROJECT)-$(COMPONENT_VERSION:sh)
    36 VER = $(PROJECT)-$(COMPONENT_VERSION:sh)
    37 PKG = SUNW$(PROJECT)
    37 PKG = mail/fetchmail
    38 TARBALL = $(COMPONENT_ARCHIVE:sh)
    38 TARBALL = $(COMPONENT_ARCHIVE:sh)
    39 
    39 
    40 PYTHONBIN=$(PYTHON26)
    40 PYTHONBIN=$(PYTHON26)
    41 PYTHONDIR=$(CFGLIB)/python2.6/vendor-packages
    41 PYTHONDIR=$(CFGLIB)/python2.6/vendor-packages
    42 
    42