blob: b8b5c51b11350cea6aebe96546da48353dcdee73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.2 2010/12/19 09:53:42 adam Exp $
PKGNAME= ${DISTNAME:C/-/84-pgcrypto-/}
COMMENT= Module providing cryptographic functions for PostgreSQL
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= postgresql84-server>=${PKGVERSION_NOREV}:../../databases/postgresql84-server
.include "../../databases/postgresql84/Makefile.common"
USE_LIBTOOL= yes
PKG_LIBTOOL= ${PKG_SHLIBTOOL}
BUILD_DIRS= contrib/pgcrypto
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"
|