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.
24 lines
520 B
Makefile
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>
|