blob: e8dcb0bf30655f9d6357501abe2339e7029bc6a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.3 2001/02/16 13:30:47 wiz Exp $
#
DISTNAME= mp3info-0.2.16
CATEGORIES= audio
MASTER_SITES= ftp://bimbo.hive.no/pub/mp3info/
MAINTAINER= simonb@netbsd.org
COMMENT= MP3 header and tag information tool
CONFLICTS= gmp3info-*
GNU_CONFIGURE= YES
.include "../../mk/bsd.pkg.mk"
|