Edit

IABSD.fr/ports/games/fallingtime/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:04:03
    Hash : 9433d2a3
    Message : drop RCS Ids

  • games/fallingtime/Makefile
  • COMMENT =	game where you are a constantly falling ball
    PKGNAME =	fallingtime-${GH_TAGNAME}
    CATEGORIES =	games x11
    
    GH_ACCOUNT =	cxong
    GH_PROJECT =	FallingTime
    GH_TAGNAME =	1.0.2
    
    MAINTAINER =	Brian Callahan <bcallah@openbsd.org>
    
    # GPLv2+
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += SDL2 SDL2_image SDL2_mixer SDL2_ttf c m pthread
    
    MODULES =	devel/cmake
    
    LIB_DEPENDS =	devel/sdl2-image \
    		devel/sdl2-mixer \
    		devel/sdl2-ttf
    
    NO_TEST =	Yes
    
    post-install:
    	echo "#!/bin/sh\ncd ${TRUEPREFIX}/share/fallingtime\n./falling_time" > \
    		${WRKSRC}/fallingtime
    	${SUBST_CMD} -c -m 555 ${WRKSRC}/fallingtime ${PREFIX}/bin/fallingtime
    
    .include <bsd.port.mk>