2011-07-08 16:38:33 +02:00
|
|
|
# $NetBSD: Makefile,v 1.6 2011/07/08 14:38:33 hauke Exp $
|
2010-06-25 15:02:14 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PYBLOXSOMVERS= 1.5
|
2011-07-08 11:59:19 +02:00
|
|
|
DISTNAME= pyblosxom-${PYBLOXSOMVERS}rc3
|
2010-06-25 15:02:14 +02:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-blosxom-${PYBLOXSOMVERS}
|
2011-07-08 11:59:19 +02:00
|
|
|
PKGREVISION= 2
|
2010-06-25 15:02:14 +02:00
|
|
|
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
|
|
|
|
|
2011-07-03 21:49:37 +02:00
|
|
|
DIST_SUBDIR= ${DISTNAME} # upstream reissued tarball with no changes
|
2010-06-25 15:02:14 +02:00
|
|
|
DOC_SUBDIR= share/doc/pyblosxom
|
|
|
|
DOCDIR= ${PREFIX}/${DOC_SUBDIR}
|
2011-07-08 16:38:33 +02:00
|
|
|
DOCFILES= INSTALL LICENSE README THANKS UPGRADE WHATSNEW
|
2010-06-25 15:02:14 +02:00
|
|
|
|
|
|
|
INSTALLATION_DIRS= ${DOC_SUBDIR}
|
|
|
|
|
2011-07-03 14:07:43 +02:00
|
|
|
REPLACE_PYTHON= Pyblosxom/data/pyblosxom.cgi
|
2010-08-06 16:46:16 +02:00
|
|
|
EGG_NAME= ${DISTNAME}
|
2010-06-25 15:02:14 +02:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|
2011-07-03 14:07:43 +02:00
|
|
|
.include "../../lang/python/application.mk"
|
2010-06-25 15:02:14 +02:00
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|