fcambus 6068e19ddd Import audio/adplay.
AdPlay/UNIX is AdPlug's UNIX console-based frontend. AdPlug is a free,
universal OPL2 audio playback library. AdPlay/UNIX supports the full range
of AdPlug's file format playback features.

OK abieber@
2016-11-08 23:24:53 +00:00

37 lines
709 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2016/11/08 23:24:53 fcambus Exp $
COMMENT = console-based OPL2 audio player
DISTNAME = adplay-1.7
CATEGORIES = audio
HOMEPAGE = http://adplug.github.io/
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += SDL adplug binio c iconv m pthread sndio stdc++ usbhid
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=adplug/}
LIB_DEPENDS = audio/adplug \
devel/libbinio \
devel/sdl
CXXFLAGS += -I${LOCALBASE}/include/libbinio
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --disable-output-ao \
--disable-output-esound \
--disable-output-oss \
--disable-output-alsa
post-patch:
rm ${WRKSRC}/src/getopt.h
.include <bsd.port.mk>