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.
22 lines
574 B
Makefile
22 lines
574 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/01/18 23:33:10 rillig Exp $
|
|
|
|
DISTNAME= flvstreamer-2.1c1
|
|
WRKSRC= ${WRKDIR}/flvstreamer
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://download.savannah.gnu.org/releases/flvstreamer/source/
|
|
|
|
MAINTAINER= khorben@defora.org
|
|
HOMEPAGE= https://savannah.nongnu.org/projects/flvstreamer
|
|
COMMENT= Open source command-line RTMP client
|
|
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_TOOLS+= gmake
|
|
|
|
MAKE_FLAGS+= posix
|
|
MAKE_FLAGS+= PREFIX=${PREFIX}
|
|
MAKE_FLAGS+= DESTDIR=${DESTDIR}
|
|
MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q}
|
|
LDFLAGS.SunOS+= -lsocket -lnsl
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|