update license comment and cleanup Makefile
Feedback from kmos@, sthen@ and Raf Czlonka (Thanks)
This commit is contained in:
parent
56a43d1648
commit
4fb011ab78
@ -1,29 +1,29 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2019/07/12 20:43:34 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2019/11/08 09:56:52 rsadowski Exp $
|
||||
|
||||
COMMENT= library for manipulating ID3v1 and ID3v2 tags
|
||||
COMMENT = library for manipulating ID3v1 and ID3v2 tags
|
||||
|
||||
VERSION= 3.8
|
||||
DISTNAME= id3lib-${VERSION}.3
|
||||
DISTNAME = id3lib-3.8.3
|
||||
REVISION = 9
|
||||
CATEGORIES= audio
|
||||
CATEGORIES = audio
|
||||
|
||||
SHARED_LIBS += id3 4.0 # .3.8
|
||||
|
||||
HOMEPAGE= http://id3lib.sourceforge.net/
|
||||
HOMEPAGE = http://id3lib.sourceforge.net/
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE= Yes
|
||||
# LGPLv2+
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB= c m ${COMPILER_LIBCXX} z
|
||||
WANTLIB = c m ${COMPILER_LIBCXX} z
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=id3lib/}
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=id3lib/}
|
||||
|
||||
COMPILER = base-clang ports-gcc base-gcc
|
||||
|
||||
USE_GMAKE= Yes
|
||||
NO_TEST= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
USE_GMAKE = Yes
|
||||
NO_TEST = Yes
|
||||
CONFIGURE_STYLE = gnu
|
||||
|
||||
# not actually used, but the autoconf script doesn't allow building without it
|
||||
CONFIGURE_ENV= ac_cv_header_iomanip_h=yes
|
||||
CONFIGURE_ENV = ac_cv_header_iomanip_h=yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user