7bd4513a33
1.1.0 ----- - Support the "--help" and "--version" long option forms. - Add the "--features" option, only advertising "id3" for the present.
13 lines
340 B
Makefile
13 lines
340 B
Makefile
# $NetBSD: Makefile,v 1.14 2018/05/26 21:49:22 wiz Exp $
|
|
|
|
DISTNAME= id3-1.1.0
|
|
CATEGORIES= audio
|
|
MASTER_SITES= https://devel.ringlet.net/files/audio/id3/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://devel.ringlet.net/audio/id3/
|
|
COMMENT= ID3 v1.1 tag editor
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|