mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
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>
|