fc6f899691
worth of changes and an altered API. Bump the revision of all ports that depend on libFLAC and adapt to the new API where necessary. Some patches from Debian, Gentoo, OpenBSD, and upstream repositories. PR: 119476
31 lines
721 B
Makefile
31 lines
721 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.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio kde
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= makc@issp.ac.ru
|
|
COMMENT= MP3/Ogg/FLAC tag editor for KDE
|
|
|
|
LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \
|
|
FLAC.10:${PORTSDIR}/audio/flac \
|
|
ogg.5:${PORTSDIR}/audio/libogg \
|
|
vorbis.4:${PORTSDIR}/audio/libvorbis \
|
|
tunepimp.5:${PORTSDIR}/audio/libtunepimp \
|
|
mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2
|
|
|
|
USE_KDELIBS_VER=3
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GETTEXT= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
|
|
.include <bsd.port.mk>
|