25 lines
548 B
Makefile
25 lines
548 B
Makefile
# $OpenBSD: Makefile,v 1.8 2004/11/21 17:51:45 espie Exp $
|
|
|
|
COMMENT= "interactive console id3 tag editor"
|
|
|
|
DISTNAME= id3ed-1.10.4
|
|
CATEGORIES= audio
|
|
|
|
HOMEPAGE= http://www.azstarnet.com/~donut/programs/id3ed.html
|
|
|
|
MAINTAINER= Nick Nauwelaerts <nick@nauwelaerts.net>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c curses m readline stdc++
|
|
|
|
MASTER_SITES= http://www.azstarnet.com/~donut/programs/id3ed/
|
|
|
|
NO_REGRESS= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|