Files
pkgsrc-ng/audio/gnome-vfs-cdda/Makefile
2014-11-05 12:41:07 +01:00

21 lines
486 B
Makefile

# $NetBSD: Makefile,v 1.28 2014/02/12 23:17:33 tron Exp $
#
GNOME_VFS_NAME= cdda
PKGREVISION= 20
CATEGORIES= audio
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"