components/a2ps/Makefile
changeset 59 7500d63edb42
parent 58 d8024c042a00
child 61 7684fe2a9eb5
equal deleted inserted replaced
58:d8024c042a00 59:7500d63edb42
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		a2ps
    25 COMPONENT_NAME=		a2ps
    26 COMPONENT_VERSION=	4.13
    26 COMPONENT_VERSION=	4.13
    43 CONFIGURE_OPTIONS  +=		--infodir=$(CONFIGURE_INFODIR)
    43 CONFIGURE_OPTIONS  +=		--infodir=$(CONFIGURE_INFODIR)
    44 CONFIGURE_OPTIONS  +=		--with-medium=letter
    44 CONFIGURE_OPTIONS  +=		--with-medium=letter
    45 
    45 
    46 # because viewpathing isn't quite right in this version of a2ps
    46 # because viewpathing isn't quite right in this version of a2ps
    47 COMPONENT_PREP_ACTION = \
    47 COMPONENT_PREP_ACTION = \
    48 	(cd $(@D) ; ln -s auxdir/mkinstalldirs)
    48 	(cd $(@D) ; ln -s $(SOURCE_DIR)/auxdir/mkinstalldirs)
    49 COMPONENT_POST_CONFIGURE_ACTION = \
    49 COMPONENT_POST_CONFIGURE_ACTION = \
    50 	(cd $(@D)/doc ; \
    50 	(cd $(@D)/doc ; \
    51 	 ln -s ../../doc/make-authors.pl ; \
    51 	 ln -s $(SOURCE_DIR)/doc/make-authors.pl ; \
    52 	 ln -s ../../doc/translators.txt)
    52 	 ln -s $(SOURCE_DIR)/doc/translators.txt) ; \
       
    53 	(cd $(@D)/sheets ; \
       
    54 	 for sheet in $(SOURCE_DIR)/sheets/*.ssh ; do ; \
       
    55 	     ln -s $$sheet ; \
       
    56 	 done)
    53 
    57 
    54 SFWPROGS =	a2ps card composeglyphs fixnt fixps ogonkify pdiff psmandup \
    58 SFWPROGS =	a2ps card composeglyphs fixnt fixps ogonkify pdiff psmandup \
    55 		psset texi2dvi4a2ps
    59 		psset texi2dvi4a2ps
    56 PROTOSFWLINKS = $(SFWPROGS:%=$(PROTOSFWBIN)/%)
    60 PROTOSFWLINKS = $(SFWPROGS:%=$(PROTOSFWBIN)/%)
    57 
    61