freebsd-ports/audio/tagtool/Makefile
Kyle Evans aeef3374f3 MFH: r561088
audio/tagtool: use libgnuregex from devel/libgnuregex

libgnuregex has been removed in FreeBSD 13.0. The version in base had a
number of known or likely bugs associated with it, so just use the newer
and more stable port on all supported FreeBSD versions.

PR:		252245
2021-01-10 17:31:19 +00:00

30 lines
686 B
Makefile

# Created by: Anthony Ginepro <anthony.ginepro@laposte.net>
# $FreeBSD$
# $MCom: ports/audio/tagtool/Makefile,v 1.1 2006/09/30 01:15:37 ahze Exp $
PORTNAME= tagtool
PORTVERSION= 0.12.3
PORTREVISION= 15
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= GNOME MP3/Ogg file tagger
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgnuregex.so.6:devel/libgnuregex \
libid3.so:audio/id3lib \
libvorbis.so:audio/libvorbis
USES= compiler:c++11-lang gettext gmake gnome localbase:ldflags \
pathfix pkgconfig tar:bzip2
USE_GNOME= intlhack libglade2
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
LDFLAGS+= -lpthread -logg -lm
.include <bsd.port.mk>