pkgsrc/multimedia/libdvbpsi0/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

23 lines
613 B
Makefile

# $NetBSD: Makefile,v 1.3 2020/01/26 17:31:46 rillig Exp $
DISTNAME= libdvbpsi-0.2.2
CATEGORIES= multimedia
MASTER_SITES= http://www.videolan.org/pub/libdvbpsi/${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.videolan.org/
COMMENT= PSI decoder and generator library for MPEG2 and DVB streams (v0.x)
LICENSE= gnu-lgpl-v2.1
USE_TOOLS+= gmake
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= libdvbpsi.pc.in
CONFIG_GUESS_OVERRIDE= .auto/config.guess
CONFIG_SUB_OVERRIDE= .auto/config.sub
LIBS.SunOS+= -lsocket -lnsl
.include "../../mk/bsd.pkg.mk"