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

21 lines
513 B
Makefile

# $NetBSD: Makefile,v 1.4 2020/01/26 17:31:05 rillig Exp $
DISTNAME= topgit_0.7.orig
PKGNAME= ${DISTNAME:S/_/-/:S/.orig//}
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/t/topgit/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://repo.or.cz/w/topgit.git
COMMENT= Different patch queue manager
DEPENDS+= git-base-[0-9]*:../../devel/git-base
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_LANGUAGES= # none
USE_TOOLS+= gmake
MAKE_ENV+= prefix=${PREFIX}
.include "../../mk/bsd.pkg.mk"