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.
17 lines
368 B
Makefile
17 lines
368 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/01/26 17:31:52 rillig Exp $
|
|
|
|
DISTNAME= nanomsg-1.0.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=nanomsg/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://nanomsg.org/
|
|
COMMENT= Scalability protocols library
|
|
LICENSE= x11
|
|
|
|
USE_CMAKE= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= src/pkgconfig.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|