blob: 3e121a02f3803f7c7c43a7d5d042a1b8303c1e54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.32 2018/03/12 11:16:00 wiz Exp $
.include "../../audio/aumix/Makefile.common"
PKGNAME= ${DISTNAME:S/aumix/aumix-gtk/}
PKGREVISION= 15
COMMENT+= (curses 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"
|