freebsd-ports/audio/mp3unicode/Makefile
Raphael Kubo da Costa 366a97ec37 Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).

I also emailed him 2 weeks ago and have received no response so far.
2016-10-20 15:58:12 +00:00

24 lines
520 B
Makefile

# $FreeBSD$
PORTNAME= mp3unicode
PORTVERSION= 1.2.1
CATEGORIES= audio
MASTER_SITES= http://github.com/downloads/alonbl/mp3unicode/
MAINTAINER= ports@FreeBSD.org
COMMENT= ID3 tags charset converter
LIB_DEPENDS= libtag.so:audio/taglib
USES= 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= COPYING README
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>