mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
596c7a0779
Ressurect this port and update URLs accordingly Remove id3ed entry from MOVED Add LICENSE PR: ports/159702 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Approved by: wxs (mentor)
29 lines
554 B
Makefile
29 lines
554 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= ${MASTER_SITE_NETBSD} \
|
|
${MASTER_SITE_OPENBSD}
|
|
|
|
MAINTAINER= turutani@scphys.kyoto-u.ac.jp
|
|
COMMENT= An id3 tag editor for mp3 files
|
|
|
|
LICENSE= GPLv2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= id3ed.1
|
|
PLIST_FILES= bin/id3ed
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/id3ed ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/id3ed.1 ${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|