pkgsrc/misc/libcarddav/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

24 lines
677 B
Makefile

# $NetBSD: Makefile,v 1.28 2020/01/26 17:31:43 rillig Exp $
DISTNAME= libcarddav_0.6.2-2debian2
PKGNAME= ${DISTNAME:S/_/-/:S/-2debian2/.2.2/}
PKGREVISION= 22
CATEGORIES= misc
#MASTER_SITES= https://quickbuild.pearsoncomputing.net/~trinity/+archive/trinity-builddeps/+files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.trinitydesktop.org/relatedprojects.php
COMMENT= CardDAV library
LICENSE= gnu-gpl-v3
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/:C/-[0-9]debian[0-9]//}
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
.include "options.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"