blob: 3ad7f1ea9d2379a376c9f21c8e482f83c940bee9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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>
#
# $FreeBSD$
#
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>
|