openbsd-ports/x11/xfce4/thunar-thumbnailers/Makefile
landry 506d63e02c Convert to new LIB_DEPENDS/WANTLIB semantics, fix WANTLIB while here.
Bump all REVISION as i changed my e-mail address.
2010-07-27 12:58:42 +00:00

29 lines
626 B
Makefile

# $OpenBSD: Makefile,v 1.10 2010/07/27 12:58:43 landry Exp $
COMMENT= Thunar additional thumbnailers plugin
XFCE_VERSION= 0.4.1
XFCE_GOODIE= thunar-thumbnailers
REVISION= 1
# 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
RUN_DEPENDS= ::x11/xfce4/thunar \
::graphics/ffmpegthumbnailer \
::graphics/ImageMagick \
::archivers/unzip \
::misc/shared-mime-info
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>