s-cdda queries information, like the table-of-contents, from audio CD-ROMs. It also reads audio tracks to store them as WAVE audio files. It only works with SCSI MMC-3 aware cdrom/drivers. From Steffen Nurpmeso (maintainer/upstream) and tweaks from sthen@ and me. ok sthen@
24 lines
452 B
Makefile
24 lines
452 B
Makefile
COMMENT= access information and track data of audio CDs
|
|
|
|
DISTNAME= s-cdda-0.8.5
|
|
CATEGORIES= audio
|
|
HOMEPAGE= https://www.sdaoden.eu/code.html\#s-cdda
|
|
|
|
MASTER_SITES= https://ftp.sdaoden.eu/
|
|
FIX_EXTRACT_PERMISSIONS=Yes
|
|
|
|
MAINTAINER= Steffen Nurpmeso <steffen@sdaoden.eu>
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB+= c
|
|
|
|
MAKE_FILE= makefile
|
|
MAKE_FLAGS+= CFLAGS="${CFLAGS}" \
|
|
MANDIR="${DESTDIR}${PREFIX}"/man/man1
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|