mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
19 lines
567 B
Makefile
19 lines
567 B
Makefile
# $NetBSD: Makefile,v 1.12 2014/02/23 11:25:51 adam Exp $
|
|
|
|
PKGNAME= ${DISTNAME:C/-/90-pgcrypto-/}
|
|
COMMENT= Module providing cryptographic functions for PostgreSQL
|
|
|
|
DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
|
|
|
|
.include "../../databases/postgresql90/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --with-zlib
|
|
BUILD_MAKE_FLAGS= PGXS=1
|
|
|
|
BUILD_DIRS= contrib/pgcrypto
|
|
REQD_DIRS+= share/doc/postgresql/contrib
|
|
REQD_DIRS+= share/postgresql/contrib
|
|
|
|
.include "../../databases/postgresql90-client/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|