pkgsrc/audio/gnome-vfs-cdda/Makefile
2017-02-12 06:24:36 +00:00

22 lines
510 B
Makefile

# $NetBSD: Makefile,v 1.34 2017/02/12 06:25:03 ryoon Exp $
#
GNOME_VFS_NAME= cdda
PKGREVISION= 25
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"