26 lines
561 B
Makefile
Raw Normal View History

2009-08-29 12:42:46 +00:00
# $OpenBSD: Makefile,v 1.12 2009/08/29 12:42:46 jasper Exp $
COMMENT= interactive console id3 tag editor
DISTNAME= id3ed-1.10.4
2009-08-29 12:42:46 +00:00
PKGNAME= ${DISTNAME}p0
CATEGORIES= audio
2009-08-24 15:27:49 +00:00
HOMEPAGE= http://users.dakotacom.net/~donut/programs/id3ed.html
2003-01-04 19:09:52 +00:00
MAINTAINER= Nick Nauwelaerts <nick@nauwelaerts.net>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-21 17:51:44 +00:00
WANTLIB= c curses m readline stdc++
2009-08-24 15:27:49 +00:00
MASTER_SITES= ${HOMEPAGE:S/id3ed.html//:=id3ed/}
NO_REGRESS= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>