20 lines
572 B
Makefile
20 lines
572 B
Makefile
# $NetBSD: Makefile,v 1.6 2016/06/08 17:43:41 wiz Exp $
|
|
|
|
DISTNAME= cloud_sptheme-${VERSION}
|
|
PKGNAME= ${PYPKGPREFIX}-sphinx-theme-cloud-${VERSION}
|
|
VERSION= 1.7.1
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cloud_sptheme/}
|
|
|
|
MAINTAINER= darcy@NetBSD.org
|
|
HOMEPAGE= http://packages.python.org/cloud_sptheme/
|
|
COMMENT= Sphinx cloud theme
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
|
|
|
|
USE_LANGUAGES= #none
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|