1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/audio/ripperx/Makefile
Martin Wilke 4a3e13ee72 RipperX is a GTK program to rip CD audio tracks and encode them
to the Ogg, MP3, or FLAC formats.  It is easy, requiring a few mouse
clicks to convert an entire album, displaying progress along the
way.  It can rip and encode in parallel, and supports CDD.

WWW:	http://sourceforge.net/projects/ripperx/

PR:		ports/107493
Submitted by:	trasz <trasz at pin.if.uz.zgora.pl>
2007-01-05 22:18:30 +00:00

32 lines
660 B
Makefile

# New ports collection makefile for: ripperx
# Date created: 2006-12-26
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#
PORTNAME= ripperx
PORTVERSION= 2.7.0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ripperx
DISTNAME= ripperX-${PORTVERSION}
MAINTAINER= trasz@pin.if.uz.zgora.pl
COMMENT= GTK program to rip CD audio tracks and encode them
LIB_DEPENDS= id3:${PORTSDIR}/audio/id3lib
RUN_DEPENDS= cdparanoia:${PORTSDIR}/audio/cdparanoia
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk12
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not compile on 4.x
.endif
.include <bsd.port.post.mk>