bcallah b2ddc91070 Import converters/unsf, a tool to convert SoundFont sf2 files into GUS
patchsets.
ok bentley@

UnSF is a tool to convert SoundFont (sf2) files into GUS patchsets.
2018-01-11 14:18:51 +00:00

29 lines
654 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2018/01/11 14:18:51 bcallah Exp $
COMMENT = convert SountFont sf2 files into GUS patchsets
DISTNAME = unsf-1.1.20160930
CATEGORIES = converters audio
GH_ACCOUNT = psi29a
GH_PROJECT = unsf
GH_COMMIT = 146a0e37eb2f384125613856ee0a0059e59dae58
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
# CC0-1.0
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c m
MAKE_FILE = Makefile.linux
MAKE_FLAGS = CFLAGS="${CFLAGS} -std=gnu99"
NO_TEST = Yes
# Upstream install target forgets the man page.
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/unsf ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/unsf.1 ${PREFIX}/man/man1
.include <bsd.port.mk>