b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
31 lines
868 B
Makefile
31 lines
868 B
Makefile
# $NetBSD: Makefile,v 1.63 2020/01/18 23:33:03 rillig Exp $
|
|
|
|
DISTNAME= libcdio-2.1.0
|
|
PKGREVISION= 2
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=libcdio/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.gnu.org/software/libcdio/
|
|
COMMENT= CD-ROM access library
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake perl:run pkg-config
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --without-versioned-libs
|
|
INFO_FILES= yes
|
|
PKGCONFIG_OVERRIDE+= libcdio.pc.in
|
|
PKGCONFIG_OVERRIDE+= libcdio++.pc.in
|
|
PKGCONFIG_OVERRIDE+= libiso9660.pc.in
|
|
PKGCONFIG_OVERRIDE+= libiso9660++.pc.in
|
|
PKGCONFIG_OVERRIDE+= libudf.pc.in
|
|
TEST_TARGET= check
|
|
|
|
.include "../../audio/libcddb/buildlink3.mk"
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../devel/popt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|