1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/audio/id3ed/Makefile
Tilman Keskinoz 924367b126 Update to 1.10.4
PR:		46941
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-01-30 17:46:57 +00:00

24 lines
461 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= http://www.azstarnet.com/~donut/programs/id3ed/
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
MAN1= id3ed.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/id3ed ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/id3ed.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>