![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / databases / postgresql83-plpython / Attic / Makefile (download)
Revision 1.15, Tue Oct 2 21:25:42 2012 UTC (11 years, 1 month ago) by asau
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
# $NetBSD: Makefile,v 1.15 2012/10/02 21:25:42 asau Exp $ PKGNAME= ${DISTNAME:C/-/83-plpython-/} COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql83-server>=${PKGVERSION_NOREV}:../../databases/postgresql83-server .include "../../databases/postgresql83/Makefile.common" CONFIGURE_ARGS+= --with-python CONFIGURE_ENV+= PYTHON="${PYTHONBIN}" BUILD_DIRS= src/pl/plpython BUILD_MAKE_FLAGS= PGXS=1 .include "../../databases/postgresql83-client/buildlink3.mk" .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk"