1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/audio/audex/Makefile
Rene Ladan 99d6d12a38 Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
2018-12-02 15:41:47 +00:00

46 lines
1.0 KiB
Makefile

# $FreeBSD$
PORTNAME= audex
PORTVERSION= 0.79
PORTREVISION= 4
CATEGORIES= audio kde
MASTER_SITES= SF/${PORTNAME}/src
MAINTAINER= jhale@FreeBSD.org
COMMENT= KDE4 audio CD ripping utility
LICENSE= GPLv3
DEPRECATED= Qt4 has been EOL since december 2015
EXPIRATION_DATE= 2018-12-31
LIB_DEPENDS= libcdda_paranoia.so:audio/cdparanoia
USES= qt:4 tar:xz cmake kde:4
USE_KDE= automoc4 kdelibs libkcddb libkcompactdisc
USE_QT= gui dbus network svg xml \
qmake_build moc_build rcc_build uic_build
# Too many changes for suffix on literals without a space.
USE_CXXSTD= gnu++98
OPTIONS_DEFINE= NLS EYED3 FAAC FLAC LAME VORBIS
OPTIONS_DEFAULT= FLAC VORBIS
OPTIONS_SUB= yes
NO_OPTIONS_SORT= yes
NLS_USES= gettext
NLS_CMAKE_OFF= -DDISABLE_ALL_OPTIONAL_SUBDIRECTORIES=TRUE
EYED3_DESC= Unicode MP3 tag support via audio/py-eyed3
EYED3_RUN_DEPENDS= eyeD3:audio/py-eyed3
FAAC_RUN_DEPENDS= faac:audio/faac
FLAC_RUN_DEPENDS= flac:audio/flac
LAME_RUN_DEPENDS= lame:audio/lame
VORBIS_RUN_DEPENDS= oggenc:audio/vorbis-tools
.include <bsd.port.mk>