# New ports collection makefile for: ffmpegthumbnailer # Date created: Mo 18 Feb 2008 06:11:13 CET # Whom: Dierk Sacher # # $FreeBSD$ PORTNAME= ffmpegthumbnailer PORTVERSION= 2.0.4 PORTREVISION= 1 CATEGORIES= multimedia graphics MASTER_SITES= GOOGLE_CODE MAINTAINER= dierk@blaxxtarz.de COMMENT= Lightweight video thumbnailer that can be used by file managers LIB_DEPENDS= png:${PORTSDIR}/graphics/png \ swscale:${PORTSDIR}/multimedia/ffmpeg \ jpeg.11:${PORTSDIR}/graphics/jpeg CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes MAN1= ffmpegthumbnailer.1 post-install: cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} install-pkgconfigDATA .include