freebsd-ports/audio/mp3rename/Makefile
Jim Mock f2769c04c9 Fix MASTER_SITES, remove uneeded patch-aa. The DISTNAME has also
changed (which is the reason for the new distinfo file).

PR:		33787
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-01-14 07:47:15 +00:00

24 lines
573 B
Makefile

# New ports collection makefile for: mp3rename
# Date created: 6 Januari 2000
# Whom: Sander Janssen <janssen@rendo.dekooi.nl>
#
# $FreeBSD$
#
PORTNAME= mp3rename
PORTVERSION= 0.6
CATEGORIES= audio
MASTER_SITES= ftp://ftp.debian.org/debian/pool/main/m/mp3rename/
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -o mp3rename mp3rename.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mp3rename ${PREFIX}/bin
.include <bsd.port.mk>