2012-10-02 23:25:15 +02:00
|
|
|
# $NetBSD: Makefile,v 1.6 2012/10/02 21:25:42 asau Exp $
|
2010-08-01 19:44:04 +02:00
|
|
|
|
2010-12-19 10:53:41 +01:00
|
|
|
PKGNAME= ${DISTNAME:C/-/84-pgcrypto-/}
|
2010-08-01 19:44:04 +02:00
|
|
|
COMMENT= Module providing cryptographic functions for PostgreSQL
|
|
|
|
|
2010-12-19 10:53:41 +01:00
|
|
|
DEPENDS+= postgresql84-server>=${PKGVERSION_NOREV}:../../databases/postgresql84-server
|
2010-08-01 19:44:04 +02:00
|
|
|
|
|
|
|
.include "../../databases/postgresql84/Makefile.common"
|
|
|
|
|
2011-02-15 09:14:15 +01:00
|
|
|
CONFIGURE_ARGS+= --with-zlib
|
2010-08-01 19:44:04 +02:00
|
|
|
|
2010-12-19 10:53:41 +01:00
|
|
|
BUILD_DIRS= contrib/pgcrypto
|
2011-02-15 09:14:15 +01:00
|
|
|
BUILD_MAKE_FLAGS= PGXS=1
|
2010-08-01 19:44:04 +02:00
|
|
|
REQD_DIRS+= ${PG_SUBPREFIX}share/doc/postgresql/contrib
|
|
|
|
REQD_DIRS+= ${PG_SUBPREFIX}share/postgresql/contrib
|
|
|
|
|
|
|
|
.include "../../databases/postgresql84-client/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|