diff options
Diffstat (limited to 'audio/mp3rename/Makefile')
-rw-r--r-- | audio/mp3rename/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/audio/mp3rename/Makefile b/audio/mp3rename/Makefile index 0e4950bca314..69bf6bf9a9bf 100644 --- a/audio/mp3rename/Makefile +++ b/audio/mp3rename/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mp3rename -# Date created: 6 Januari 2000 -# Whom: Sander Janssen <janssen@rendo.dekooi.nl> -# +# Created by: Sander Janssen <janssen@rendo.dekooi.nl> # $FreeBSD$ -# PORTNAME= mp3rename PORTVERSION= 0.6 @@ -12,11 +8,12 @@ MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org -COMMENT= A renaming program for mp3 files based on their id3tag +COMMENT= Renaming program for MP3 files based on their ID3 tag -PLIST_FILES= bin/mp3rename WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig +PLIST_FILES= bin/mp3rename + do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -o mp3rename mp3rename.c |