openbsd-ports/audio/gom/Makefile
brad 24adf40258 add gom port; Scott Robinson <scott@tranzoa.com>
-
gom is a generic audio mixer program; it tries to provide a complete and
convenient interface for all kind of audio mixer manipulation. gom's
facilities include sound driver (compile time) and sound card (run time)
independence, arbitrary mixer selection, loading and saving or mixer
settings, volume fading, verbosity-level driven output, "Un*x-like
scripting support", etc.
1999-07-22 02:06:56 +00:00

23 lines
580 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 1999/07/22 02:06:56 brad Exp $
DISTNAME= gom-0.29.99
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/sound/mixers
NEED_VERSION= 1.73
MAINTAINER= scott@tranzoa.com
LIB_DEPENDS= xview:${PORTSDIR}/x11/xview-lib \
olgx:${PORTSDIR}/x11/xview-lib
SEPARATE_BUILD= concurrent
USE_AUTOCONF= yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
# You can disable the X version of gom, and only have a console
# interface by commenting out the following line...
CONFIGURE_ARGS+= --with-x --enable-x-gomii
.include <bsd.port.mk>