summaryrefslogtreecommitdiff
path: root/www/pyblosxom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/pyblosxom/Makefile')
-rw-r--r--www/pyblosxom/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/www/pyblosxom/Makefile b/www/pyblosxom/Makefile
deleted file mode 100644
index ddbccc5ed44..00000000000
--- a/www/pyblosxom/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/06/15 14:06:08 hauke Exp $
-#
-
-PYBLOXSOMVERS= 1.5
-DISTNAME= pyblosxom-${PYBLOXSOMVERS}-rc1
-PKGNAME= ${PYPKGPREFIX}-pyblosxom-${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
-
-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
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-# 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"