in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
20 lines
529 B
Makefile
20 lines
529 B
Makefile
# $NetBSD: Makefile,v 1.10 2004/10/03 00:13:06 tv Exp $
|
|
#
|
|
|
|
.include "../libao/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/libao/libao-arts/}
|
|
PKGREVISION= 1
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
COMMENT+= (arts plugin)
|
|
|
|
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/disable-arts/enable-arts/g}
|
|
BUILD_DIRS= ${WRKSRC}/src/plugins/arts
|
|
INSTALL_DIRS= ${WRKSRC}/src/plugins/arts
|
|
USE_X11= YES
|
|
|
|
.include "../../audio/arts/buildlink3.mk"
|
|
.include "../../audio/libao/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|