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.
24 lines
723 B
Makefile
24 lines
723 B
Makefile
# $NetBSD: Makefile,v 1.26 2020/01/18 23:33:13 rillig Exp $
|
|
|
|
DISTNAME= cclive-0.7.16
|
|
PKGREVISION= 23
|
|
CATEGORIES= net multimedia www
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cclive/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= zecrazytux@zecrazytux.net
|
|
HOMEPAGE= https://cclive.sourceforge.net/
|
|
COMMENT= Command line video extraction tool for user-uploaded video hosts
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= libquvi-scripts>=0.4.0:../../net/libquvi-scripts
|
|
|
|
USE_LANGUAGES= c c++0x
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../net/libquvi/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../devel/boost-libs/buildlink3.mk"
|
|
.include "../../devel/pcre/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|