929f18579a
Use newer GCC: /usr/local/lib/libid3.so: undefined reference to `std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_M_create(unsigned long&, unsigned long)'
24 lines
383 B
Makefile
24 lines
383 B
Makefile
# Created by: David MacKenzie <djm@pix.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= id3v2
|
|
PORTVERSION= 0.1.12
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Command line id3v2 tag editor
|
|
|
|
LICENSE= LGPL21
|
|
|
|
LIB_DEPENDS= libid3.so:audio/id3lib
|
|
|
|
USES= compiler:c++11-lang
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
PLIST_FILES= bin/id3v2 \
|
|
share/man/man1/id3v2.1.gz
|
|
|
|
.include <bsd.port.mk>
|