pkgsrc/www/stagit/Makefile
fcambus 06777c8e1c stagit: update to 0.9.6.
ChangeLog:

- man page: codemadness is the primary server. make logo brandless (not 2f30)
- README: improve a bit the usage examples
- do not simplify the history by first-parent
- tiny comment change
- add function to print a single line, ignoring \r and \n
- add meta viewport on stagit-index too
2021-05-28 07:35:43 +00:00

20 lines
527 B
Makefile

# $NetBSD: Makefile,v 1.7 2021/05/28 07:35:43 fcambus Exp $
DISTNAME= stagit-0.9.6
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"