pkgsrc/www/py-blosxom/Makefile
wiz aada88e659 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00

40 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.10 2012/04/08 19:09:15 wiz Exp $
#
PYBLOXSOMVERS= 1.5.2
DISTNAME= pyblosxom-${PYBLOXSOMVERS}
PKGNAME= ${PYPKGPREFIX}-blosxom-${PYBLOXSOMVERS}
CATEGORIES= www
MASTER_SITES= http://pyblosxom.bluesock.org/download/
MAINTAINER= hauke@NetBSD.org
HOMEPAGE= http://pyblosxom.bluesock.org/
COMMENT= PyBlosxom is a lightweight file-based weblog system
LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
DIST_SUBDIR= ${DISTNAME} # upstream reissued tarball with no changes
USE_LANGUAGES= #none
DOC_SUBDIR= share/doc/pyblosxom
DOCDIR= ${PREFIX}/${DOC_SUBDIR}
DOCFILES= AUTHORS INSTALL LICENSE README.rst UPGRADE WHATSNEW
INSTALLATION_DIRS= ${DOC_SUBDIR}
REPLACE_PYTHON= Pyblosxom/data/pyblosxom.cgi
EGG_NAME= ${DISTNAME}
# There is a set of manual files in docs/source that could be
# converted to HTML or PDF, and installed
post-install:
.for f in ${DOCFILES}
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${DOCDIR}/${f}
.endfor
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"