freebsd-ports/sysutils/xfburn/Makefile
Olivier Duchateau 053727dc54 - Fix run dependencies (see error message below)
- Bump PORTREVISION

Shared object "libburn.so.4" not found, required by "xfburn"
Shared object "libisofs.so.6" not found, required by "xfburn"

PR:		214170
Reported by:	<rumen.yotov@gmail.com>, <doug@safeport.com> (freebsd-xfce list)
MFH:		2016Q4
2016-12-06 18:22:14 +00:00

43 lines
1.1 KiB
Makefile

# Created by: J.R. Oldroyd <fbsd@opal.com>
# $FreeBSD$
PORTNAME= xfburn
PORTVERSION= 0.5.4
PORTREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= CD/DVD burning tool for Xfce
LICENSE= GPLv2
LIB_DEPENDS= libburn.so:devel/libburn \
libisofs.so:devel/libisofs
RUN_DEPENDS= cdrdao:sysutils/cdrdao \
${LOCALBASE}/include/libburn/libburn.h:devel/libburn \
${LOCALBASE}/include/libisofs/libisofs.h:devel/libisofs
GNU_CONFIGURE= yes
USE_GNOME= intltool intlhack glib20 gtk20
USE_XFCE= libexo
USES= pkgconfig gmake desktop-file-utils gettext-tools xfce tar:bzip2
INSTALLS_ICONS= yes
CONFIGURE_ARGS=--disable-gudev
OPTIONS_DEFINE= GSTREAMER NLS
OPTIONS_DEFAULT= GSTREAMER
OPTIONS_SUB= yes
NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
GSTREAMER_USE= gstreamer1=yes,faac,flac,lame,vorbis,wavpack
GSTREAMER_CONFIGURE_ENABLE= gstreamer
post-patch:
${REINPLACE_CMD} -e 's|media-cdrom|media-optical|g' \
${WRKSRC}/desktop-integration/thunar-sendto-xfburn.desktop.in \
${WRKSRC}/xfburn.desktop.in
.include <bsd.port.mk>