[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / games / vdrift

Annotation of ports/games/vdrift/Makefile, Revision 1.5

1.1       yason       1: # $OpenBSD$
                      2:
                      3: COMMENT =              driving simulation made with drift racing in mind
                      4:
1.3       yason       5: DISTNAME =             vdrift-2010-06-30
1.1       yason       6:
                      7: #SHARED_LIBS =         ???
                      8:
                      9: CATEGORIES =           games
                     10:
                     11: HOMEPAGE =             http://www.vdrift.net/
                     12:
                     13: #MAINTAINER =          ???
                     14:
                     15: # GPLv2
                     16: PERMIT_PACKAGE_CDROM = Yes
                     17: PERMIT_PACKAGE_FTP =   Yes
                     18: PERMIT_DISTFILES_CDROM =Yes
                     19: PERMIT_DISTFILES_FTP = Yes
                     20:
1.3       yason      21: #WANTLIB =
1.1       yason      22:
                     23: MASTER_SITES =         ${MASTER_SITE_SOURCEFORGE:=vdrift/}
                     24: EXTRACT_SUFX =         .tar.bz2
                     25:
                     26: MODULES =              devel/scons
                     27:
1.3       yason      28: MODSCONS_ARGS +=       release=1 \
                     29:                        NLS=1 \
                     30:                        prefix=${PREFIX} \
1.1       yason      31:
                     32: #BUILD_DEPENDS =       ???
                     33: #RUN_DEPENDS =         ???
1.5     ! yason      34: LIB_DEPENDS =          audio/libvorbis \
        !            35:                        devel/boost \
        !            36:                        devel/bullet \
        !            37:                        devel/sdl-gfx \
        !            38:                        devel/sdl-image \
        !            39:                        devel/sdl-net \
        !            40:                        graphics/glew
1.1       yason      41:
                     42: #REGRESS_DEPENDS =     ???
                     43:
                     44: #MAKE_FLAGS =          ???
1.3       yason      45: #MAKE_FLAGS =          CXXFLAGS='-DHAVE_CONFIG_H -Wall -pipe -ansi'
1.1       yason      46: #MAKE_ENV =            ???
                     47: #FAKE_FLAGS =          ???
                     48: #REGRESS_FLAGS =       ???
                     49:
                     50: #USE_LIBTOOL =         Yes
                     51:
                     52: #NO_REGRESS =          Yes
                     53:
                     54: #CFLAGS =              ???
                     55: #LDFLAGS =             ???
                     56:
                     57: #ALL_TARGET =          ???
                     58: #INSTALL_TARGET =      ???
                     59: #REGRESS_TARGET =      ???
                     60: post-patch:
                     61:        @perl -pi -e 's|Options|Variables|g' \
                     62:                ${WRKSRC}/SConstruct
                     63:        @perl -pi -e 's|BoolOption|BoolVariable|g' \
1.2       yason      64:                ${WRKSRC}/SConstruct
1.3       yason      65: #      @perl -pi -e 's|O1|O2|g' \
                     66: #              ${WRKSRC}/SConstruct
1.1       yason      67:
                     68: .include <bsd.port.mk>

CVSweb