pkgsrc/audio/gnome-vfs-cdda/Makefile
2016-08-03 10:22:08 +00:00

22 lines
509 B
Makefile

# $NetBSD: Makefile,v 1.32 2016/08/03 10:22:29 adam Exp $
#
GNOME_VFS_NAME= cdda
PKGREVISION= 23
CATEGORIES= audio
LICENSE= gnu-lgpl-v2
CPPFLAGS+= -I${BUILDLINK_PREFIX.cdparanoia}/include/cdparanoia
EGFILES+= modules/cdda-module.conf
INSTALLATION_DIRS+= ${EGDIR}/modules
post-install:
${INSTALL_DATA} ${WRKSRC}/modules/cdda-module.conf ${DESTDIR}${EGDIR}/modules
.include "../../sysutils/gnome-vfs/Makefile.common"
.include "../../audio/cdparanoia/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"