24 lines
582 B
Makefile
24 lines
582 B
Makefile
# $NetBSD: Makefile,v 1.4 2021/12/08 16:03:18 adam Exp $
|
|
|
|
PKGREVISION= 1
|
|
.include "../../audio/ossinfo/Makefile.common"
|
|
|
|
PKGNAME= ossxmix-${OSS_CMD_VER}
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= nia@NetBSD.org
|
|
COMMENT= Audio mixer GUI from OSSv4
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
INSTALLATION_DIRS+= share/applications
|
|
|
|
install-desktop-file: .PHONY
|
|
${INSTALL_DATA} ${FILESDIR}/ossxmix.desktop \
|
|
${DESTDIR}${PREFIX}/share/applications
|
|
|
|
do-install: install-desktop-file
|
|
|
|
.include "../../sysutils/desktop-file-utils/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|