mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
b80469ee75
Reported by: bento
21 lines
435 B
Makefile
21 lines
435 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= http://www.rendo.dekooi.nl/~janssen/
|
|
|
|
MAINTAINER= janssen@rendo.dekooi.nl
|
|
|
|
FETCH_BEFORE_ARGS= -b
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mp3rename $(PREFIX)/bin/mp3rename
|
|
|
|
.include <bsd.port.mk>
|