8c39ce6281
- aumix 2.8nb6, which only provides ncurses support. Note that its revision is bumped to note the differences from the previous package. - aumix-gtk 2.8, which includes GTK 2.x and ncurses support. While here, add a missing build dependency on pkgconfig. The descriptions have also been rewritten to note the differences. Addresses PR pkg/27340.
15 lines
389 B
Makefile
15 lines
389 B
Makefile
# $NetBSD: Makefile,v 1.1 2004/10/22 18:30:43 jmmv Exp $
|
|
|
|
.include "../../audio/aumix/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/aumix/aumix-gtk/}
|
|
|
|
COMMENT+= (ncurses and GTK+ 2.0 interfaces)
|
|
|
|
CONFLICTS= aumix-[0-9]*
|
|
|
|
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/^--without-gtk$//}
|
|
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|