openbsd-ports/x11/xfce4/thunar-thumbnailers/Makefile

30 lines
641 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2011/01/18 20:57:07 landry Exp $
2009-06-23 16:14:28 -04:00
COMMENT= Thunar additional thumbnailers plugin
XFCE_VERSION= 0.4.1
XFCE_GOODIE= thunar-thumbnailers
REVISION= 2
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= x11/xfce4
XFCE_NO_SRC= Yes
CONFIGURE_ARGS+=--enable-ffmpeg
# can also optionally use math/grace, graphics/dcraw and print/texlive
2010-11-22 03:36:47 -05:00
RUN_DEPENDS= x11/xfce4/thunar \
x11/xfce4/thunar-vfs \
2010-11-22 03:36:47 -05:00
graphics/ffmpegthumbnailer \
graphics/ImageMagick \
archivers/unzip \
misc/shared-mime-info
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>