pkgsrc/devel/syncdir/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

26 lines
686 B
Makefile

# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:05 rillig Exp $
#
DISTNAME= syncdir-1.0
PKGREVISION= 4
CATEGORIES= devel
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= https://untroubled.org/syncdir/
COMMENT= Synchronous open, link, rename, and unlink
LICENSE= gnu-gpl-v2
USE_LIBTOOL= yes
LIBTOOL_PATCH= syncdir-1.0-libtoolize-20181112.patch
PATCHFILES+= ${LIBTOOL_PATCH}
SITES.${LIBTOOL_PATCH}= https://schmonz.com/qmail/syncdirlibtool/
DLSYM_PATCH= syncdir-1.0-libtoolize-20181112-dlsym-20181203.1.patch
PATCHFILES+= ${DLSYM_PATCH}
SITES.${DLSYM_PATCH}= https://schmonz.com/qmail/syncdirdlsym/
INSTALLATION_DIRS= lib
.include "../../mk/bsd.pkg.mk"