2011-09-16 08:00:05 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2011/09/16 12:00:08 espie Exp $
|
2006-07-26 06:25:56 -04:00
|
|
|
|
2007-09-15 16:38:20 -04:00
|
|
|
COMMENT= Python weblog system
|
2006-07-26 06:25:56 -04:00
|
|
|
|
|
|
|
DISTNAME= pyblosxom-1.3.2
|
2011-09-16 08:00:05 -04:00
|
|
|
REVISION= 4
|
2006-07-26 06:25:56 -04:00
|
|
|
CATEGORIES= www
|
|
|
|
PKG_ARCH= *
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyblosxom/}
|
|
|
|
HOMEPAGE= http://pyblosxom.sourceforge.net/
|
|
|
|
|
|
|
|
# MIT
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
|
|
|
|
MODULES= lang/python
|
|
|
|
|
|
|
|
post-install:
|
2006-09-20 10:44:13 -04:00
|
|
|
perl -p -i -e "s|^\#\!/usr/bin/env python|\#\!${MODPY_BIN}|" \
|
2006-07-26 06:25:56 -04:00
|
|
|
${PREFIX}/share/examples/pyblosxom/pyblosxom.cgi
|
|
|
|
mv ${PREFIX}/share/examples/pyblosxom/config.py \
|
|
|
|
${PREFIX}/share/examples/pyblosxom/config.py.example
|
|
|
|
cp -r ${WRKSRC}/Pyblosxom/flavours \
|
|
|
|
${PREFIX}/lib/python${MODPY_VERSION}/site-packages/Pyblosxom
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|