freebsd-ports/audio/id3ed/Makefile
Edwin Groothuis ae2e7f3d70 fix MASTER_SITES audio/id3ed
distfile has moved, update MASTER_SITES

Noticed by: portsurvey

PR:		ports/51439
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-05-09 01:11:06 +00:00

24 lines
502 B
Makefile

# New ports collection makefile for: id3ed
# Date created: 05 June 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= id3ed
PORTVERSION= 1.10.4
CATEGORIES= audio
MASTER_SITES= http://www.dakotacom.net/~donut/programs/id3ed/
MAINTAINER= ports@FreeBSD.org
COMMENT= An id3 tag editor for mp3 files
GNU_CONFIGURE= yes
MAN1= id3ed.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/id3ed ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/id3ed.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>