summaryrefslogtreecommitdiff
path: root/audio/mp3info/Makefile
blob: b473ac73cf74020c26579bd1a1c27ba6115a8bfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.9 2004/10/28 13:31:44 wiz Exp $
#

DISTNAME=	mp3info-0.2.16
CATEGORIES=	audio
MASTER_SITES=	${MASTER_SITE_SUNSITE:=apps/sound/editors/}

MAINTAINER=	simonb@NetBSD.org
COMMENT=	MP3 header and tag information tool

CONFLICTS=	gmp3info-[0-9]*

PKG_INSTALLATION_TYPES=	overwrite pkgviews

GNU_CONFIGURE=	YES
USE_LANGUAGES=	c c++

.include "../../mk/bsd.pkg.mk"