pkgsrc/audio/aumix-gtk/Makefile

18 lines
382 B
Makefile
Raw Normal View History

2016-08-03 12:22:08 +02:00
# $NetBSD: Makefile,v 1.29 2016/08/03 10:22:26 adam Exp $
.include "../../audio/aumix/Makefile.common"
PKGNAME= ${DISTNAME:S/aumix/aumix-gtk/}
2016-08-03 12:22:08 +02:00
PKGREVISION= 12
2013-10-14 15:02:39 +02:00
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"