Edit

IABSD.fr/ports/games/polymorphable/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-26 09:41:31
    Hash : 3f481307
    Message : -> SITES

  • games/polymorphable/Makefile
  • COMMENT =	action RPG mod based upon the FLARE engine
    DISTNAME =	polymorphable-20130410
    REVISION =	2
    CATEGORIES =	games x11
    
    HOMEPAGE =	https://github.com/makrohn/polymorphable
    
    # GPLv3 & CC-BY-SA-3.0
    PERMIT_PACKAGE =	Yes
    
    SITES =		http://mirrors.nycbug.org/pub/distfiles/
    
    RUN_DEPENDS =	games/flare
    
    NO_BUILD =	Yes
    NO_TEST =	Yes
    
    MODDIR =	${PREFIX}/share/flare/mods/polymorphable
    
    do-install:
    	cd ${WRKSRC} && find . -type d -exec ${INSTALL_DATA_DIR} ${MODDIR}/{} \; \
    	    -o -type f ! -name \*.txt~ -exec ${INSTALL_DATA} {} ${MODDIR}/{} \;
    
    .include <bsd.port.mk>