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.
22 lines
560 B
Makefile
22 lines
560 B
Makefile
# $NetBSD: Makefile,v 1.23 2020/01/26 17:32:15 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= libnxml-0.18.3
|
|
PKGREVISION= 19
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.autistici.org/bakunin/libnxml/
|
|
|
|
MAINTAINER= kamel.derouiche@gmail.com
|
|
HOMEPAGE= https://www.autistici.org/bakunin/libnxml/doc/
|
|
COMMENT= C library for parsing, writing and creating XML files or streams
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
PKGCONFIG_OVERRIDE+= nxml.pc.in
|
|
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|