20 lines
485 B
Makefile
20 lines
485 B
Makefile
# $NetBSD: Makefile,v 1.22 2013/02/16 11:20:11 wiz Exp $
|
|
#
|
|
|
|
GNOME_VFS_NAME= cdda
|
|
PKGREVISION= 14
|
|
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"
|