e8d8834f6a
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
17 lines
380 B
Makefile
17 lines
380 B
Makefile
# $NetBSD: Makefile,v 1.8 2010/06/13 22:43:47 wiz Exp $
|
|
|
|
.include "../../audio/aumix/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/aumix/aumix-gtk/}
|
|
PKGREVISION= 5
|
|
|
|
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"
|