freebsd-ports/audio/ripperx/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

34 lines
808 B
Makefile

# Created by: trasz <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
PORTNAME= ripperx
PORTVERSION= 2.7.3
PORTREVISION= 2
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= libid3.so:audio/id3lib
RUN_DEPENDS= cdparanoia:audio/cdparanoia
GNU_CONFIGURE= yes
CONFIGURE_ARGS= ac_cv_lib_id3_ID3Tag_Link=yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gmake pathfix pkgconfig
USE_GNOME= gtk20
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
post-patch:
@${REINPLACE_CMD} 's/-lstdc++/-lm/' ${WRKSRC}/configure
@${REINPLACE_CMD} '/^CCLD =/s/=.*/= $$(CXX)/' \
${WRKSRC}/plugins/Makefile.in ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>