mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
ddad398a10
it to save tracks from an Audio CD as WAV, MP3, OGG, and/or FLAC. WWW: http://littlesvr.ca/asunder/ PR: ports/116411 Submitted by: Fraser Tweedale <frase@frase.id.au>
23 lines
495 B
Makefile
23 lines
495 B
Makefile
# New ports collection makefile for: asunder
|
|
# Date created: 14 September 2007
|
|
# Whom: frase@frase.id.au
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= asunder
|
|
PORTVERSION= 0.8.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://littlesvr.ca/asunder/releases/
|
|
|
|
MAINTAINER= frase@frase.id.au
|
|
COMMENT= A lightweight GTK+ CD ripper
|
|
|
|
LIB_DEPENDS= cddb.4:${PORTSDIR}/audio/libcddb
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/cdparanoia:${PORTSDIR}/audio/cdparanoia
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_XLIB= yes
|
|
USE_GNOME= gtk20
|
|
|
|
.include <bsd.port.mk>
|