1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/audio/id3ed/Makefile
Pav Lucistnik 38416310fc - Revert previous commit, which probably belong to another port, since none of
the patched files are present in the work directory here

Reported by:	pointyhat
Pointy hat to:	miwi
2012-01-15 21:37:02 +00:00

28 lines
527 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}
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>