pkgsrc/audio/id3/Makefile
agc 9ef8e436ff Initial import of id3-0.12 into the packages collection.
id3 is an ID3 v1.1 tag editor.  ID3 tags are traditionally put at the
end of compressed streamed audio files to denote information about the
audio contents.  Up to thirty characters of Title, Artist, and Album
information can be stored, as well as a 28-character comment,
four-digit year, track number up to 255, and an enumerated genre.
2001-10-12 09:21:15 +00:00

14 lines
345 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2001/10/12 09:21:15 agc Exp $
DISTNAME= id3_0.12.orig
PKGNAME= id3-0.12
CATEGORIES= audio
MASTER_SITES= http://frantica.lly.org/~rcw/id3/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://frantica.lly.org/~rcw/abcde/page/
COMMENT= ID3 v1.1 tag editor
WRKSRC= ${WRKDIR}/${PKGNAME}
.include "../../mk/bsd.pkg.mk"