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.
32 lines
842 B
Makefile
32 lines
842 B
Makefile
# $NetBSD: Makefile,v 1.29 2020/01/26 17:30:51 rillig Exp $
|
|
|
|
DISTNAME= libabw-0.1.1
|
|
PKGREVISION= 17
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://dev-www.libreoffice.org/src/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://dev-www.libreoffice.org/src/
|
|
COMMENT= Library for AbiWord documents
|
|
LICENSE= mpl-2.0
|
|
|
|
TOOL_DEPENDS+= gperf-[0-9]*:../../devel/gperf
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= perl:build pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
CONFIGURE_ARGS+= --without-docs
|
|
|
|
PKGCONFIG_OVERRIDE+= libabw.pc.in
|
|
|
|
BUILDLINK_TRANSFORM+= rm:-Werror
|
|
|
|
.include "../../converters/libwpd/buildlink3.mk"
|
|
.include "../../converters/librevenge/buildlink3.mk"
|
|
.include "../../devel/boost-libs/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|