1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/audio/id3ren/Makefile
Peter Pentchev 386ea862c8 Update id3ren to 1.1b0, which adds the all-important %n 'Track name'
template identifier.  Also, take over maintainership and install a manual
page and some more documentation.

Approved by:	Joao Carlos Mendes Luis <jonny@jonny.eng.br>
		(former maintainer)
2005-01-15 14:22:31 +00:00

37 lines
857 B
Makefile

# New ports collection makefile for: id3ren
# Date created: 28 February 1999
# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
#
# $FreeBSD$
#
PORTNAME= id3ren
PORTVERSION= 1.1b0
CATEGORIES= audio
MASTER_SITES= http://cbothamy.free.fr/projects/id3ren/
EXTRACT_SUFX= .tgz
MAINTAINER= roam@FreeBSD.org
COMMENT= Mpeg Audio Layer 3 util: rename files, edit tags, search, etc
PLIST_FILES= bin/id3ren
USE_REINPLACE= yes
MAN1= id3ren.1
MANCOMPRESSED= yes
pre-patch:
@${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \
${WRKSRC}/src/id3ren.c ${WRKSRC}/src/id3misc.c
${RM} ${WRKSRC}/src/id3ren
.if !defined(NOPORTDOCS)
PORTDOCS= AUTHORS ChangeLog FEATURES FEEDBACK INSTALL PORTS \
README THANKS TODO USAGE
post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif
.include <bsd.port.mk>