ChangeLog: - fix a small memleak in writeatom() - stagit-index: remove unveil support for argv - fix submodule lookup in bare repos - regression: do not show unset or empty tags - refactor get reference, add another feed for tags/releases - sort branches and tags by time (descending)
20 lines
527 B
Makefile
20 lines
527 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/08/17 20:59:54 fcambus Exp $
|
|
|
|
DISTNAME= stagit-0.9.4
|
|
CATEGORIES= www
|
|
MASTER_SITES= https://codemadness.org/releases/stagit/
|
|
|
|
MAINTAINER= fcambus@NetBSD.org
|
|
HOMEPAGE= https://codemadness.org/git/stagit/file/README.html
|
|
COMMENT= Static git page generator
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= c99
|
|
|
|
MAKE_FLAGS+= PREFIX=${PREFIX}
|
|
MAKE_FLAGS+= MANPREFIX=${PREFIX}/${PKGMANDIR}
|
|
MAKE_FLAGS+= LIBGIT_INC=
|
|
MAKE_FLAGS+= LIBGIT_LIB=-lgit2
|
|
|
|
.include "../../devel/libgit2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|