Edit

IABSD.fr/ports/audio/schismtracker/Makefile

Branch :

  • Show log

    Commit

  • Author : fcambus
    Date : 2022-12-05 22:06:55
    Hash : 27c2b97d
    Message : Update schismtracker to 20221201.

  • audio/schismtracker/Makefile
  • COMMENT =	open-source reimplementation of Impulse Tracker
    
    GH_ACCOUNT =	schismtracker
    GH_PROJECT =	schismtracker
    GH_TAGNAME =	20221201
    
    CATEGORIES =	audio x11
    
    HOMEPAGE =	https://schismtracker.org/
    
    # GPLv2+
    PERMIT_PACKAGE =	Yes
    
    WANTLIB +=	SDL2 X11 Xext Xv c m
    
    MODULES =	lang/python
    
    MODPY_RUNDEP =	No
    
    RUN_DEPENDS =	devel/desktop-file-utils
    
    LIB_DEPENDS =	devel/sdl2
    
    CONFIGURE_STYLE =	autoreconf
    AUTOCONF_VERSION =	2.69
    AUTOMAKE_VERSION =	1.15
    
    .include <bsd.port.arch.mk>
    .if !${PROPERTIES:Mclang}
    CFLAGS +=	-std=gnu99
    .endif
    
    .include <bsd.port.mk>