mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
21 lines
516 B
Makefile
21 lines
516 B
Makefile
# New ports collection makefile for: id3ren
|
|
# URL: http://tscnet.com/pages/badcrc/apps/id3ren/
|
|
# Version required: 0.97a
|
|
# Date created: 28 February 1999
|
|
# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1999/04/27 13:02:51 taoka Exp $
|
|
#
|
|
|
|
DISTNAME= id3ren97a
|
|
PKGNAME= id3ren-0.97a
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://tscnet.com/pages/badcrc/apps/id3ren/
|
|
|
|
MAINTAINER= jonny@jonny.eng.br
|
|
|
|
USE_ZIP= yes
|
|
WRKSRC= ${WRKDIR}/id3ren/src
|
|
|
|
.include <bsd.port.mk>
|