aboutsummaryrefslogtreecommitdiffstats
path: root/audio/id3ren/Makefile
blob: 978e608c9168abc9b4860aaf2a4af540808e80ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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
COMMENT=    Mpeg Audio Layer 3 util: rename files, edit tags, search, etc

PLIST_FILES=    bin/id3ren
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>