openbsd-ports/audio/id3ed/Makefile
sthen ad741e63bb new-style LIB_DEPENDS/REVISION, sync WANTLIB, bump where necessary.
checked with check-lib-depends and PLIST_DB "make package".
2010-09-05 22:00:13 +00:00

27 lines
550 B
Makefile

# $OpenBSD: Makefile,v 1.14 2010/09/05 22:00:13 sthen 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c curses m readline stdc++
MASTER_SITES= ${HOMEPAGE:S/id3ed.html//:=id3ed/}
NO_REGRESS= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>