1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/audio/id3ren/Makefile
Edwin Groothuis b119de627e Removed old mastersite.
Fixed WWW site.
Informed maintainer about a new version.
2002-12-26 11:42:09 +00:00

25 lines
520 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= 0.97a
CATEGORIES= audio
MASTER_SITES= http://cbothamy.free.fr/projects/id3ren/
DISTNAME= id3ren97a
MAINTAINER= jonny@jonny.eng.br
USE_ZIP= yes
USE_REINPLACE= yes
WRKSRC= ${WRKDIR}/id3ren/src
pre-patch:
@${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \
${WRKSRC}/id3ren.c ${WRKSRC}/misc.c
.include <bsd.port.mk>