1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/audio/mp3unicode/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

30 lines
670 B
Makefile

PORTNAME= mp3unicode
PORTVERSION= 1.2.1
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= https://github.com/downloads/alonbl/mp3unicode/
MAINTAINER= ports@FreeBSD.org
COMMENT= ID3 tags charset converter
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libtag.so:audio/taglib
USES= compiler:c++11-lang iconv pkgconfig tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ENV= ICONV_CFLAGS="-I${LOCALBASE}/include" \
ICONV_LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}"
PLIST_FILES= bin/mp3unicode \
man/man1/mp3unicode.1.gz
PORTDOCS= README
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e '/dist_doc_DATA/ s|COPYING||' ${WRKSRC}/Makefile.*
.include <bsd.port.mk>