blob: c80ec902f67118cde845aa7cdb58927aa6805bea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# $NetBSD: Makefile,v 1.16 2003/07/17 21:22:15 grant Exp $
DISTNAME= mp3info-0.8.4
PKGNAME= g${DISTNAME}
PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= ftp://ftp.ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/ \
${MASTER_SITE_SUNSITE:=apps/sound/mp3-utils/mp3info/}
EXTRACT_SUFX= .tgz
MAINTAINER= tron@NetBSD.org
HOMEPAGE= http://www.ibiblio.org/mp3info/
COMMENT= Utility to read and modify the ID3 tags of MP3 files
CONFLICTS= mp3info-[0-9]*
USE_BUILDLINK2= YES
USE_X11= YES
# wgetnstr()
INCOMPAT_CURSES= NetBSD-1.5-* NetBSD-1.5.*-* NetBSD-1.5[A-U]-*
.include "../../devel/ncurses/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|