freebsd-ports/audio/ripperx/Makefile
Tilman Keskinoz 26e66ad8f0 Update to 2.7.3
PR:		153484
Submitted by:	Armin Pirkovitsch
2010-12-28 13:07:40 +00:00

26 lines
556 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.3
CATEGORIES= audio
MASTER_SITES= SF
DISTNAME= ripperX-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
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
CFLAGS+= -L${LOCALBASE}/lib
USE_GMAKE= yes
USE_GNOME= gtk20 gnomehack
MAN1= ripperX.1
.include <bsd.port.mk>