freebsd-ports/audio/akode-plugins-ffmpeg/Makefile
Martin Matuska e42ef17014 - Mark as BROKEN, does not compile with ffmpeg 0.5
- Mark as DEPRECATED, development stalled
- Set EXPIRATION_DATE to 2009-10-12
2009-08-12 08:55:46 +00:00

53 lines
1.3 KiB
Makefile

# New ports collection makefile for: mpeglib_artsplug
# Date created: Jan 14 2008
# Whom: Michael Nottebrock <lofi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= akode-plugins-${PORTNAMESUFX}
PORTVERSION= 2.0.2
PORTEPOCH= 1
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR=distfiles
DISTNAME= 30375-akode-${PORTVERSION}.tar.bz2
EXTRACT_SUFX= # none
MAINTAINER= kde@FreeBSD.org
COMMENT= FFMPEG decoder plugin for akode
LIB_DEPENDS= avcodec:${PORTSDIR}/multimedia/ffmpeg
BROKEN= does not compile with ffmpeg 0.5 and later
CONFLICTS= kdemultimedia-3.[1-3]*
PLUGIN= ffmpeg_decoder
PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//}
USE_AUTOTOOLS= libltdl
USE_AUTOTOOLS= libtool:22
USE_BZIP2= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/akode-${PORTVERSION}
USE_LDCONFIG= yes
CONFIGURE_ENV+= LDFLAGS=-L${WRKSRC}/akode/lib/.libs
CONFIGURE_ARGS+=--with-extra-libs=${LOCALBASE}/lib \
--with-extra-includes=${LOCALBASE}/include
post-patch:
@${SETENV} TZ=UTC \
${TOUCH} -t 200607222217.01 ${WRKSRC}/akode/lib/akode_export.h.in
pre-configure:
@${REINPLACE_CMD} -e 's@%%SUBDIRS%%@${PLUGIN}@g' ${WRKSRC}/akode/plugins/Makefile.in
do-build:
cd ${WRKSRC}/akode && ${GMAKE}
do-install:
cd ${WRKSRC}/akode/plugins/${PLUGIN} && ${GMAKE} install
.include <bsd.port.mk>