openbsd-ports/devel/pwlib/files/Makefile
jakemsr 06dd44f100 - add sndio backend
- remove OSS and esd support
ok ajacoutot@ (MAINTAINER)
2009-01-17 12:30:08 +00:00

11 lines
190 B
Makefile

ifndef PWLIBDIR
PWLIBDIR = $(HOME)/pwlib
endif
PLUGIN_NAME = libsndio
PLUGIN_FAMILY = device/sound
PLUGIN_LIBS = -lsndio
PLUGIN_SOURCES = sound_libsndio.cxx
include ../../make/plugins.mak