openbsd-ports/audio/id3ed/Makefile

25 lines
486 B
Makefile
Raw Normal View History

2013-03-10 18:55:01 -04:00
# $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
2009-08-24 11:27:49 -04:00
HOMEPAGE= http://users.dakotacom.net/~donut/programs/id3ed.html
2003-01-04 14:09:52 -05:00
MAINTAINER= Nick Nauwelaerts <nick@nauwelaerts.net>
# GPL
PERMIT_PACKAGE_CDROM= Yes
2004-11-21 12:51:44 -05:00
WANTLIB= c curses m readline stdc++
2009-08-24 11:27:49 -04:00
MASTER_SITES= ${HOMEPAGE:S/id3ed.html//:=id3ed/}
2013-03-10 18:55:01 -04:00
NO_TEST= Yes
CONFIGURE_STYLE= gnu
USE_GROFF = Yes
.include <bsd.port.mk>