pkgsrc/www/py-clearsilver/Makefile
joerg 25a80fb4ab Remove PYBINMODULE. All it did was mark some packages as not available
on some platforms that lacked shared library support in the past. The
list hasn't been maintained at all and the gain is very limited, so just
get rid of it.
2009-03-05 18:51:26 +00:00

20 lines
466 B
Makefile

# $NetBSD: Makefile,v 1.14 2009/03/05 18:51:33 joerg Exp $
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../www/clearsilver/Makefile.common"
CONFIGURE_ARGS+= --enable-python
CONFIGURE_ARGS+= --with-python=${PYTHONBIN:Q}
MAKE_FLAGS+= PYTHON_SITE=${LOCALBASE}/${PYSITELIB}
CFLAGS+= -fPIC
INSTALL_DIRS= ${WRKSRC}/python
PY_PATCHPLIST= YES
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"