10e975f1b1
CONFIGURE_ENV/MODULES/USE_LIBTOOL already defined in xfce4.port.mk, now that all ports in this directory use x11/xfce4 module. Bump all PKGNAMEs. ok ajacoutot@ on a previous diff
27 lines
561 B
Makefile
27 lines
561 B
Makefile
# $OpenBSD: Makefile,v 1.4 2008/07/10 11:38:03 landry Exp $
|
|
|
|
COMMENT= additional thumbnailers for Thunar
|
|
|
|
XFCE_VERSION= 0.3.2
|
|
XFCE_GOODIE= thunar-thumbnailers
|
|
PKGNAME= ${DISTNAME}p0
|
|
|
|
# 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
|
|
|
|
RUN_DEPENDS= ::x11/xfce4/thunar \
|
|
::graphics/ffmpegthumbnailer \
|
|
::graphics/ImageMagick \
|
|
::archivers/unzip \
|
|
::misc/shared-mime-info
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|