freebsd-ports/audio/mp3splt-gtk/Makefile
Rene Ladan b0eec09651 Remove textproc/gnome-doc-utils.
It is abandonded upstream for years and is Python-2.7-only.

Adjust consumers, some only need a rebuild, others have their
documentation formerly created by gnome-doc-utils / xml2po removed.

Remove gnomedocutils from USE_GNOME

Submitted by:	rene
Approved by:	portmgr (mat), gnome (kwm)
Differential Revision:	https://reviews.freebsd.org/D23381
2020-01-27 19:40:17 +00:00

47 lines
1.1 KiB
Makefile

# Created by: Timothy Beyer <beyert@cs.ucr.edu>
# $FreeBSD$
PORTNAME= mp3splt-gtk
PORTVERSION= 0.9.2
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION}
MAINTAINER= beyert@cs.ucr.edu
COMMENT= Utility to split mp3 and ogg files (via GTK Interface)
LICENSE= GPLv2
LIB_DEPENDS= libmp3splt.so:audio/libmp3splt \
libmad.so:audio/libmad \
libogg.so:audio/libogg \
libvorbis.so:audio/libvorbis \
libid3tag.so:audio/libid3tag \
libltdl.so:devel/libltdl
INSTALLS_OMF= yes
USE_GSTREAMER1= yes
USE_GNOME= gtk30
GNU_CONFIGURE= yes
USES= desktop-file-utils gmake gnome pkgconfig
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+= --disable-audacious --with-mp3splt=${LOCALBASE} \
--with-mp3splt-includes=${LOCALBASE}/include \
--with-mp3splt-libraries=${LOCALBASE}/lib --disable-mp3splttest
#PORTDOCS= *
#OPTIONS_DEFINE= DOCS NLS
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
#DOXYGEN_LIB_DEPENDS= libgvc.so:graphics/graphviz
#DOXYGEN_BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:devel/doxygen
#DOXYGEN_CONFIGURE_OFF= --disable-doxygen-doc
.include <bsd.port.mk>