mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
23 lines
496 B
Makefile
23 lines
496 B
Makefile
# Created by: Chris Piazza <cpiazza@FreeBSD.org>
|
|
|
|
PORTNAME= id3ed
|
|
PORTVERSION= 1.10.4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://code.fluffytapeworm.com/projects/${PORTNAME}/
|
|
|
|
MAINTAINER= TsurutaniNaoki@gmail.com
|
|
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>
|