summaryrefslogtreecommitdiff
path: root/audio/mp3rename/Makefile
blob: dd9ed56a808ba319d3511ca86aaa3f68886b9092 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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=	http://www.rendo.dekooi.nl/~janssen/

MAINTAINER=	janssen@rendo.dekooi.nl

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/mp3rename $(PREFIX)/bin/mp3rename

.include <bsd.port.mk>