29 lines
744 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.35 2019/07/12 20:46:58 sthen Exp $m
COMMENT= lightweight video thumbnailer for file managers
2010-05-26 12:30:19 +00:00
CATEGORIES= graphics multimedia
2009-08-27 01:09:29 +00:00
GH_ACCOUNT= dirkvdb
GH_PROJECT= ffmpegthumbnailer
GH_TAGNAME= 2.2.0
2010-05-26 12:30:19 +00:00
SHARED_LIBS= ffmpegthumbnailer 5.0
2016-01-26 13:10:40 +00:00
HOMEPAGE= https://github.com/dirkvdb/ffmpegthumbnailer
MAINTAINER= Victor Kukshiev <andrey0bolkonsky@gmail.com>
MASTER_SITES= https://github.com/dirkvdb/ffmpegthumbnailer/releases/download/${GH_TAGNAME}/
EXTRACT_SUFX= .tar.bz2
2010-05-26 12:30:19 +00:00
# GPLv2+
PERMIT_PACKAGE= Yes
COMPILER = base-clang ports-gcc
MODULES = devel/cmake
WANTLIB += avcodec avfilter avformat avutil c jpeg m png pthread ${COMPILER_LIBCXX} z
LIB_DEPENDS= graphics/ffmpeg \
graphics/jpeg \
graphics/png
.include <bsd.port.mk>