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

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

1.1       yason       1: # $OpenBSD$
                      2:
1.6       yason       3: COMMENT =              top view shooting game
1.1       yason       4:
1.4       yason       5: DISTNAME =             violetland-v0.4.2-src
                      6: PKGNAME =              violetland-0.4.2
1.1       yason       7:
1.6       yason       8: CATEGORIES =           games x11
1.1       yason       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:
1.6       yason      34: CONFIGURE_ARGS =       -DCMAKE_INSTALL_PREFIX="${PREFIX}"
1.3       yason      35:
1.1       yason      36: NO_REGRESS =           Yes
                     37:
                     38: WRKDIST =              ${WRKDIR}/${DISTNAME:S/-src//}
1.5       yason      39:
                     40: post-install:
                     41:        ${INSTALL_DATA_DIR} ${PREFIX}/share/applications/
                     42:        ${INSTALL_DATA} ${WRKSRC}/violetland.desktop ${PREFIX}/share/applications
1.1       yason      43:
                     44: .include <bsd.port.mk>

CVSweb