cf5fae4c05
with pkgsrc conventions. While we are here, fix python egg installer related PLIST entries.
35 lines
956 B
Makefile
35 lines
956 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/06/25 13:02:14 hauke Exp $
|
|
#
|
|
|
|
PYBLOXSOMVERS= 1.5
|
|
DISTNAME= pyblosxom-${PYBLOXSOMVERS}-rc1
|
|
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
|
|
|
|
DOC_SUBDIR= share/doc/pyblosxom
|
|
DOCDIR= ${PREFIX}/${DOC_SUBDIR}
|
|
DOCFILES= AUTHORS CHANGELOG INSTALL LICENSE README THANKS TODO UPGRADE
|
|
|
|
INSTALLATION_DIRS= ${DOC_SUBDIR}
|
|
|
|
REPLACE_PYTHON= ${WRKSRC}/*.py
|
|
EGG_NAME= ${DISTNAME:S/-rc1/_rc1/}
|
|
|
|
# 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/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|