2c672a4de9
While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
37 lines
814 B
Makefile
37 lines
814 B
Makefile
# Created by: J.R. Oldroyd <fbsd@opal.com>
|
|
|
|
PORTNAME= xfburn
|
|
PORTVERSION= 0.6.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= XFCE/apps
|
|
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
|
|
|
|
USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome \
|
|
pkgconfig tar:bzip2 xfce
|
|
USE_GNOME= cairo glib20 gtk30 intltool
|
|
USE_XFCE= libexo
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-gudev
|
|
|
|
OPTIONS_DEFINE= GSTREAMER NLS
|
|
OPTIONS_DEFAULT= GSTREAMER
|
|
OPTIONS_SUB= yes
|
|
|
|
GSTREAMER_CONFIGURE_ENABLE= gstreamer
|
|
GSTREAMER_USE= gstreamer1=yes,faac,flac,lame,vorbis,wavpack
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
NLS_USES= gettext-runtime
|
|
|
|
.include <bsd.port.mk>
|