- Remove bouncing maintainer email - Update MASTER_SITE, spotted by kirby@ - Replace spaces with tab in CATEGORIES - Adjust licence marker ok sthen@, kirby@, bentley@, benoit@
22 lines
385 B
Makefile
22 lines
385 B
Makefile
# $OpenBSD: Makefile,v 1.19 2014/10/06 12:17:21 armani Exp $
|
|
|
|
COMMENT= interactive console id3 tag editor
|
|
|
|
DISTNAME= id3ed-1.10.4
|
|
REVISION= 2
|
|
CATEGORIES= audio
|
|
|
|
HOMEPAGE= http://code.fluffytapeworm.com/projects/id3ed/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c curses m readline stdc++
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
NO_TEST= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|