25 lines
547 B
Makefile
25 lines
547 B
Makefile
# $OpenBSD: Makefile,v 1.10 2007/09/15 21:26:01 simon Exp $
|
|
|
|
COMMENT= interactive console id3 tag editor
|
|
|
|
DISTNAME= id3ed-1.10.4
|
|
CATEGORIES= audio
|
|
|
|
HOMEPAGE= http://www.dakotacom.net/~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.dakotacom.net/~donut/programs/id3ed/
|
|
|
|
NO_REGRESS= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|