freebsd-ports/audio/mp3rename/Makefile

19 lines
412 B
Makefile
Raw Normal View History

# 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>