forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
24 lines
531 B
Makefile
24 lines
531 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mp3unicode
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://github.com/downloads/alonbl/mp3unicode/
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
COMMENT= ID3 tags charset converter
|
|
|
|
LIB_DEPENDS= libtag.so:${PORTSDIR}/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>
|