mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
7c68fb7701
ok tb@
18 lines
349 B
Makefile
18 lines
349 B
Makefile
COMMENT= control sndiod with hot-keys and play keyboard bells
|
|
|
|
GH_ACCOUNT= ratchov
|
|
GH_PROJECT= sndiokeys
|
|
GH_TAGNAME= v1.2.1
|
|
|
|
CATEGORIES= audio x11
|
|
MAINTAINER= Alexandre Ratchov <alex@caoua.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c sndio X11
|
|
CONFIGURE_STYLE= simple
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
MAKE_FLAGS= CC=${CC}
|
|
.include <bsd.port.mk>
|