openbsd-ports/audio/cmixer/Makefile
landry 6c4fc2df8c Update to cmixer 0.3.
uses sndioctl instead of mixerctl/aucatctl - joint work with ratchov@,
thanks !
2020-04-18 16:42:02 +00:00

26 lines
426 B
Makefile

# $OpenBSD: Makefile,v 1.6 2020/04/18 16:42:02 landry Exp $
COMMENT = simple curses mixer
DISTNAME = cmixer-0.3
CATEGORIES = audio
MAINTAINER = Landry Breuil <landry@openbsd.org>
# BSD
PERMIT_PACKAGE = Yes
MASTER_SITES = http://rhaalovely.net/stuff/
NO_BUILD= yes
NO_TEST= yes
RUN_DEPENDS= devel/p5-Curses-UI
PKG_ARCH= *
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/cmixer.pl ${PREFIX}/bin/cmixer
.include <bsd.port.mk>