openbsd-ports/audio/gom/Makefile

30 lines
748 B
Makefile
Raw Normal View History

2002-05-13 14:50:36 -04:00
# $OpenBSD: Makefile,v 1.15 2002/05/13 18:50:36 espie Exp $
1999-09-17 05:22:51 -04:00
BROKEN= "check out gomconfig..."
COMMENT= "generic audio mixer"
DISTNAME= gom-0.29.103
CATEGORIES= audio
NEED_VERSION= 1.305
2002-05-13 14:50:36 -04:00
MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/sound/mixers/}
2000-10-22 17:03:38 -04:00
MAINTAINER= Scott Robinson <scott@tranzoa.com>
# License: GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:02:07 -05:00
LIB_DEPENDS= xview::x11/xview/lib \
olgx::x11/xview/lib
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE=autoconf
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>