1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/audio/kid3/Makefile
Beat Gaetzi 8558ca7184 - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
  maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01

Discussed with:	bapt, tabthorpe
2012-12-30 12:03:51 +00:00

41 lines
885 B
Makefile

# New ports collection makefile for: kid3
# Date created: 2006-08-02
# Whom: Max Brazhnikov <makc@issp.ac.ru>
#
# $FreeBSD$
#
PORTNAME= kid3
PORTVERSION= 1.6
PORTREVISION= 3
CATEGORIES= audio kde
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= MP3/Ogg/FLAC tag editor for KDE
LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \
FLAC.10:${PORTSDIR}/audio/flac \
ogg:${PORTSDIR}/audio/libogg \
vorbis.4:${PORTSDIR}/audio/libvorbis \
mp4v2.10:${PORTSDIR}/multimedia/mp4v2 \
tag:${PORTSDIR}/audio/taglib
DEPRECATED= Depends on QT3; unmaintained
EXPIRATION_DATE= 2013-07-01
PORTSCOUT= limit:^1\.
USE_KDELIBS_VER=3
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-musicbrainz
MAKE_JOBS_SAFE= yes
post-configure:
${CHMOD} 755 ${WRKSRC}/admin/install-sh
.include <bsd.port.mk>