2007-10-05 23:17:04 +02:00
|
|
|
# New ports collection makefile for: mp3unicode
|
|
|
|
# Date created: 2007-09-29
|
|
|
|
# Whom: Max Brazhnikov <makc@issp.ac.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mp3unicode
|
|
|
|
PORTVERSION= 1.2
|
2009-12-02 18:16:16 +01:00
|
|
|
PORTREVISION= 3
|
2007-10-05 23:17:04 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= SF
|
|
|
|
|
2009-02-21 12:31:28 +01:00
|
|
|
MAINTAINER= makc@FreeBSD.org
|
2007-10-05 23:17:04 +02:00
|
|
|
COMMENT= ID3 tags charset converter
|
|
|
|
|
2012-02-26 18:47:02 +01:00
|
|
|
LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib
|
2007-10-05 23:17:04 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2008-05-31 10:05:35 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
${REINPLACE_CMD} -e '/^install-data-am/s|install-dist_docDATA||' ${WRKSRC}/Makefile.in
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|