openbsd-ports/audio/id3ed/Makefile
2022-03-11 18:20:04 +00:00

22 lines
373 B
Makefile

COMMENT= interactive console id3 tag editor
DISTNAME= id3ed-1.10.4
REVISION = 6
CATEGORIES= audio
HOMEPAGE= http://code.fluffytapeworm.com/projects/id3ed/
# GPLv2+
PERMIT_PACKAGE= Yes
WANTLIB= c curses m readline ${COMPILER_LIBCXX}
MASTER_SITES= ${HOMEPAGE}
COMPILER = base-clang ports-gcc base-gcc
NO_TEST= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>