"Fossies" - the Fresh Open Source Software Archive

Member "twander-3.231/Makefile" (1 Jul 2009, 385 Bytes) of package /linux/privat/old/twander-3.231.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 # FreeBSD Ports Makefile For 'twander'
    2 # $Id: Makefile,v 1.33 2005/02/02 23:37:21 tundra Exp $
    3 
    4 
    5 all: # Just need to create the compiled image
    6 	@python -OOOO -c"import py_compile;py_compile.compile('twander.py')"
    7 
    8 install:
    9 	${BSD_INSTALL_SCRIPT} ./twander.py   ${PREFIX}/bin
   10 	${BSD_INSTALL_SCRIPT} ./twander.pyo  ${PREFIX}/bin
   11 	${BSD_INSTALL_MAN}    ./twander.1.gz ${PREFIX}/man/man1
   12