eb3d44bcc6
PR 34040 reappeared again. aumix-gtk now uses gtk2.
16 lines
370 B
Makefile
16 lines
370 B
Makefile
# $NetBSD: Makefile,v 1.16 2012/07/17 21:26:47 cheusov Exp $
|
|
|
|
.include "../../audio/aumix/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/aumix/aumix-gtk/}
|
|
|
|
COMMENT+= (ncurses and GTK+ 2.0 interfaces)
|
|
|
|
CONFLICTS= aumix-[0-9]*
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/^--without-gtk$//}
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|