pkgsrc/www/py-djangocms-text-ckeditor/Makefile

24 lines
740 B
Makefile
Raw Normal View History

2015-12-10 13:34:43 +01:00
# $NetBSD: Makefile,v 1.6 2015/12/10 12:34:43 adam Exp $
2015-12-04 21:01:23 +01:00
DISTNAME= djangocms-text-ckeditor-2.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= http://pypi.python.org/packages/source/d/djangocms-text-ckeditor/
MAINTAINER= adam@NetBSD.org
HOMEPAGE= https://github.com/divio/djangocms-text-ckeditor/
COMMENT= Text Plugin for django-cms with CK-Editor
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-django-cms-[0-9]*:../../www/py-django-cms
2015-12-10 13:34:43 +01:00
EXTRACT_USING= bsdtar
USE_LANGUAGES= # none
2015-12-10 13:34:43 +01:00
# XXX 2.8.0 has some empty files
post-extract:
find ${WRKSRC}/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/samples -empty -exec rm {} \;
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"