2004-03-26 03:27:34 +01:00
|
|
|
# $NetBSD: Makefile,v 1.5 2004/03/26 02:27:56 wiz Exp $
|
2004-02-26 06:50:23 +01:00
|
|
|
|
|
|
|
DISTNAME= clearsilver-0.9.7
|
2004-03-26 03:27:34 +01:00
|
|
|
PKGREVISION= 1
|
2004-02-26 06:50:23 +01:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://www.clearsilver.net/downloads/
|
|
|
|
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
|
|
HOMEPAGE= http://www.clearsilver.net/
|
|
|
|
COMMENT= Fast, powerful HTML template system
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_BUILDLINK2= yes
|
|
|
|
USE_GNU_TOOLS+= make
|
|
|
|
|
2004-03-22 21:07:48 +01:00
|
|
|
# All these really ought to be supported as separate packages...
|
2004-02-26 06:50:23 +01:00
|
|
|
CONFIGURE_ARGS+= --with-python=${PYTHONBIN}
|
2004-03-22 21:07:48 +01:00
|
|
|
CONFIGURE_ARGS+= --disable-apache --disable-perl --disable-ruby
|
|
|
|
CONFIGURE_ARGS+= --disable-java --disable-csharp
|
2004-02-26 06:50:23 +01:00
|
|
|
|
|
|
|
PY_PATCHPLIST= YES
|
|
|
|
PYBINMODULE= YES
|
2004-03-18 12:23:36 +01:00
|
|
|
PYTHON_VERSIONS_ACCEPTED= 23pth 22pth 21pth
|
2004-02-27 02:46:59 +01:00
|
|
|
PYTHON_PATCH_SCRIPTS= scripts/document.py
|
2004-02-26 06:50:23 +01:00
|
|
|
|
|
|
|
.include "../../lang/python/application.mk"
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|