1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/audio/tagtool/Makefile
Baptiste Daroussin 2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00

28 lines
654 B
Makefile

# Created by: Anthony Ginepro <anthony.ginepro@laposte.net>
# $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
LDFLAGS+= -lpthread -logg -lm
.include <bsd.port.mk>