5120f5e8bd
PR: 200726 Submitted by: <xxjack12xx@gmail.com> Approved by: maintainer timeout (marked BROKEN for 5 weeks)
23 lines
513 B
Makefile
23 lines
513 B
Makefile
# Created by: Chris Piazza <cpiazza@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= id3ed
|
|
PORTVERSION= 1.10.4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://code.fluffytapeworm.com/projects/${PORTNAME}/
|
|
|
|
MAINTAINER= turutani@scphys.kyoto-u.ac.jp
|
|
COMMENT= Id3 tag editor for mp3 files
|
|
|
|
LICENSE= GPLv2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/id3ed \
|
|
man/man1/id3ed.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/id3ed ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/id3ed.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|