freebsd-ports/audio/ripperx/Makefile

29 lines
624 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
2008-03-04 13:18:18 +01:00
PORTVERSION= 2.7.1
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ripperx
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>