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

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

1.1       yason       1: # $OpenBSD$
                      2:
1.4       yason       3: COMMENT =              game similar to Crimsonland
1.1       yason       4:
1.4       yason       5: DISTNAME =             violetland-v0.4.2-src
                      6: PKGNAME =              violetland-0.4.2
1.1       yason       7:
                      8: CATEGORIES =           games
                      9:
                     10: HOMEPAGE =             http://code.google.com/p/violetland/
                     11:
1.2       yason      12: MAINTAINER =           Kirill Bychkov <yason@linklevel.net>
1.1       yason      13:
                     14: # GPLv3 / Creative Commons 3.0 BY-SA
                     15: PERMIT_PACKAGE_CDROM = Yes
                     16: PERMIT_PACKAGE_FTP =   Yes
                     17: PERMIT_DISTFILES_CDROM =Yes
                     18: PERMIT_DISTFILES_FTP = Yes
                     19:
                     20: WANTLIB += GL GLU ICE SDL SDL_image SDL_mixer SDL_ttf SM X11 Xext
1.4       yason      21: WANTLIB += boost_filesystem-mt boost_system-mt c intl m pthread stdc++
1.1       yason      22:
                     23: MASTER_SITES =         http://violetland.googlecode.com/files/
                     24: EXTRACT_SUFX =         .zip
                     25:
                     26: MODULES =              devel/cmake
1.4       yason      27: LIB_DEPENDS =          devel/boost \
                     28:                        devel/gettext \
1.3       yason      29:                        devel/sdl-image \
1.1       yason      30:                        devel/sdl-mixer \
1.3       yason      31:                        devel/sdl-ttf
1.5     ! yason      32: RUN_DEPENDS =          devel/desktop-file-utils
1.3       yason      33:
                     34: CONFIGURE_ARGS +=      -DDATA_INSTALL_DIR="${PREFIX}/share/violetland"
                     35:
1.2       yason      36: SEPARATE_BUILD =       concurrent
1.1       yason      37:
                     38: NO_REGRESS =           Yes
                     39:
                     40: WRKDIST =              ${WRKDIR}/${DISTNAME:S/-src//}
1.5     ! yason      41:
        !            42: post-install:
        !            43:        ${INSTALL_DATA_DIR} ${PREFIX}/share/applications/
        !            44:        ${INSTALL_DATA} ${WRKSRC}/violetland.desktop ${PREFIX}/share/applications
1.1       yason      45:
                     46: .include <bsd.port.mk>

CVSweb