9fc0755260
MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.
17 lines
492 B
Makefile
17 lines
492 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/01/21 20:32:27 jperkin Exp $
|
|
|
|
DISTNAME= mkdocs-bootswatch-0.1.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl:S/py//}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=mkdocs/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://github.com/mkdocs/mkdocs-bootswatch/
|
|
COMMENT= Bootswatch theme for MkDocs
|
|
LICENSE= 2-clause-bsd
|
|
|
|
GITHUB_PROJECT= mkdocs-bootswatch
|
|
GITHUB_TAG= ${PKGVERSION_NOREV}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|