openbsd-ports/audio/gom/Makefile
2000-03-24 23:28:01 +00:00

31 lines
715 B
Makefile

# $OpenBSD: Makefile,v 1.8 2000/03/24 23:28:01 espie Exp $
BROKEN= depend xview is broken
DISTNAME= gom-0.29.103
CATEGORIES= audio
NEED_VERSION= 1.230
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/sound/mixers
MAINTAINER= scott@tranzoa.com
LICENSE_TYPE= GPL
PERMIT_PACKAGE_CDROM= YES
PERMIT_PACKAGE_FTP= YES
PERMIT_DISTFILES_CDROM= YES
PERMIT_DISTFILES_FTP= YES
LIB_DEPENDS= xview::x11/xview-lib \
olgx::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>