freebsd-ports/audio/mp3unicode/Makefile
Martin Wilke 53f144e57c MP3Unicode is a command line utility to convert ID3 tags in mp3
files between different encodings.

WWW:	http://mp3unicode.sourceforge.net/

PR:		ports/116739
Submitted by:	Max Brazhnikov <makc at issp.ac.ru>
2007-10-05 21:17:04 +00:00

29 lines
586 B
Makefile

# New ports collection makefile for: mp3unicode
# Date created: 2007-09-29
# Whom: Max Brazhnikov <makc@issp.ac.ru>
#
# $FreeBSD$
#
PORTNAME= mp3unicode
PORTVERSION= 1.2
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= makc@issp.ac.ru
COMMENT= ID3 tags charset converter
LIB_DEPENDS= tag.5:${PORTSDIR}/audio/taglib/
USE_BZIP2= yes
USE_ICONV= yes
USE_GNOME= pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV= ICONV_CFLAGS="-I${LOCALBASE}/include" \
ICONV_LIBS="-L${LOCALBASE}/lib -liconv"
MAN1= mp3unicode.1
PLIST_FILES= bin/mp3unicode
PORTDOCS= COPYING README
.include <bsd.port.mk>