Add audio/kid3-qt5: Qt 5 version of kid3

This commit is contained in:
Max Brazhnikov 2014-03-03 16:51:57 +00:00
parent 4cd1e8830e
commit 9274019e29
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346931
2 changed files with 9 additions and 0 deletions

View file

@ -342,6 +342,7 @@
SUBDIR += kexis
SUBDIR += kid3-kde4
SUBDIR += kid3-qt4
SUBDIR += kid3-qt5
SUBDIR += kio-audiocd
SUBDIR += kmix
SUBDIR += kscd

8
audio/kid3-qt5/Makefile Normal file
View file

@ -0,0 +1,8 @@
# $FreeBSD$
PKGNAMESUFFIX= -qt5
COMMENT= Qt 5 based MP3/Ogg/FLAC tag editor
MASTERDIR= ${.CURDIR}/../kid3-kde4
.include "${MASTERDIR}/Makefile"