openbsd-ports/graphics/ffmpegthumbnailer/Makefile

37 lines
910 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.15 2011/06/24 11:17:05 sthen Exp $
COMMENT= lightweight video thumbnailer for file managers
2010-05-26 08:30:19 -04:00
DISTNAME= ffmpegthumbnailer-2.0.2
REVISION= 4
CATEGORIES= graphics multimedia
2009-08-26 21:09:29 -04:00
MASTER_SITES= http://ffmpegthumbnailer.googlecode.com/files/
2010-05-26 08:30:19 -04:00
SHARED_LIBS= ffmpegthumbnailer 4.0
HOMEPAGE= http://code.google.com/p/ffmpegthumbnailer
2010-05-26 08:30:19 -04:00
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2009-08-26 21:09:29 -04:00
USE_LIBTOOL= Yes
2010-10-18 14:13:12 -04:00
USE_GROFF = Yes
2010-11-17 03:05:12 -05:00
LIB_DEPENDS= graphics/ffmpeg>=20100512 \
graphics/png \
graphics/jpeg
WANTLIB= avcodec avformat avutil bz2 c gsm jpeg m mp3lame ogg \
orc-0.4 png pthread schroedinger-1.0 speex stdc++ \
swscale theoradec theoraenc vorbis vorbisenc vpx x264 \
z
CONFIGURE_STYLE=gnu
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng"
.include <bsd.port.mk>