1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/audio/id3ed/Makefile

26 lines
525 B
Makefile
Raw Normal View History

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