26 lines
729 B
Makefile
26 lines
729 B
Makefile
# $NetBSD: Makefile,v 1.4 2021/01/29 09:11:40 nia Exp $
|
|
|
|
DISTNAME= pt2-clone-1.28
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=8bitbubsy/}
|
|
GITHUB_PROJECT= pt2-clone
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= js@pkgsrc.org
|
|
HOMEPAGE= https://github.com/8bitbubsy/pt2-clone/
|
|
COMMENT= ProTracker 2 clone for Windows/macOS/Linux
|
|
LICENSE= modified-bsd
|
|
|
|
USE_CMAKE= yes
|
|
|
|
# error: 'for' loop initial declarations are only allowed in C99 mode
|
|
USE_LANGUAGES= c99 c++
|
|
|
|
INSTALLATION_DIRS+= share/examples/pt2-clone
|
|
|
|
post-install:
|
|
cd ${WRKSRC} && ${INSTALL_DATA} release/other/protracker.ini \
|
|
${DESTDIR}${PREFIX}/share/examples/pt2-clone/protracker.ini
|
|
|
|
.include "../../devel/SDL2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|