openbsd-ports/audio/id3ed/Makefile
2013-03-10 22:55:01 +00:00

25 lines
486 B
Makefile

# $OpenBSD: Makefile,v 1.17 2013/03/10 22:55:02 espie Exp $
COMMENT= interactive console id3 tag editor
DISTNAME= id3ed-1.10.4
REVISION= 1
CATEGORIES= audio
HOMEPAGE= http://users.dakotacom.net/~donut/programs/id3ed.html
MAINTAINER= Nick Nauwelaerts <nick@nauwelaerts.net>
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c curses m readline stdc++
MASTER_SITES= ${HOMEPAGE:S/id3ed.html//:=id3ed/}
NO_TEST= Yes
CONFIGURE_STYLE= gnu
USE_GROFF = Yes
.include <bsd.port.mk>