freebsd-ports/audio/ripperx/Makefile

28 lines
572 B
Makefile
Raw Normal View History

# 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
2012-06-01 07:26:28 +02:00
PORTREVISION= 1
CATEGORIES= audio
2008-10-24 01:20:08 +02:00
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
2008-03-04 13:18:18 +01:00
CFLAGS+= -L${LOCALBASE}/lib
USE_GMAKE= yes
2008-03-04 13:18:18 +01:00
USE_GNOME= gtk20 gnomehack
MAN1= ripperX.1
.include <bsd.port.mk>