9637f7852e
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.
21 lines
601 B
Text
21 lines
601 B
Text
# $NetBSD: Makefile.common,v 1.11 2020/01/26 17:30:40 rillig Exp $
|
|
# used by archivers/bsdtar/Makefile
|
|
# used by archivers/libarchive/Makefile
|
|
|
|
DISTNAME= libarchive-3.4.0
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://www.libarchive.org/downloads/
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER?= joerg@NetBSD.org
|
|
HOMEPAGE= https://www.libarchive.org/
|
|
LICENSE= 2-clause-bsd
|
|
|
|
TEST_TARGET= check
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --without-expat
|
|
CONFIGURE_ARGS+= --without-lzo2
|
|
CONFIGURE_ARGS+= --without-nettle
|
|
CONFIGURE_ARGS+= --without-xml2
|
|
CONFIGURE_ARGS+= --without-zstd
|
|
CONFIGURE_ARGS+= --disable-maintainer-mode
|