2008-02-25 10:09:59 +01:00
|
|
|
# New ports collection makefile for: ffmpegthumbnailer
|
|
|
|
# Date created: Mo 18 Feb 2008 06:11:13 CET
|
|
|
|
# Whom: Dierk Sacher <dierk@blaxxtarz.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ffmpegthumbnailer
|
2010-05-31 15:41:05 +02:00
|
|
|
PORTVERSION= 2.0.2
|
2010-07-24 18:38:20 +02:00
|
|
|
PORTREVISION= 1
|
2008-02-25 10:09:59 +01:00
|
|
|
CATEGORIES= multimedia graphics
|
2008-03-06 23:19:52 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
2008-02-25 10:09:59 +01:00
|
|
|
|
|
|
|
MAINTAINER= dierk@blaxxtarz.de
|
|
|
|
COMMENT= Lightweight video thumbnailer that can be used by file managers
|
|
|
|
|
|
|
|
LIB_DEPENDS= png:${PORTSDIR}/graphics/png \
|
2008-08-19 16:51:31 +02:00
|
|
|
swscale:${PORTSDIR}/multimedia/ffmpeg \
|
2010-02-05 12:46:55 +01:00
|
|
|
jpeg.11:${PORTSDIR}/graphics/jpeg
|
2008-08-19 16:51:31 +02:00
|
|
|
|
2009-08-12 12:45:25 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2008-08-19 16:51:31 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
|
|
|
|
CONFIGURE_ARGS= --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig
|
2008-02-25 10:09:59 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2008-08-19 16:51:31 +02:00
|
|
|
USE_GNOME= pkgconfig gnomehack
|
2008-02-25 10:09:59 +01:00
|
|
|
|
2009-08-12 12:45:25 +02:00
|
|
|
MAN1= ffmpegthumbnailer.1
|
|
|
|
|
2008-02-25 10:09:59 +01:00
|
|
|
.include <bsd.port.mk>
|