blob: 681fbc75640cfc92d1fbdb474c37046b47c03839 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.2 2006/02/05 23:08:34 joerg Exp $
PKGNAME= postgresql73-${BASE_VERS}
PKGREVISION= 1
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql73-client>=${BASE_VERS}:../../databases/postgresql73-client
DEPENDS+= postgresql73-server>=${BASE_VERS}:../../databases/postgresql73-server
DEPENDS+= postgresql73-docs>=${BASE_VERS}:../../databases/postgresql73-docs
.include "Makefile.common"
EXTRACT_ONLY= # empty
NO_CHECKSUM= YES
NO_CONFIGURE= YES
NO_BUILD= YES
do-install: # empty
do-patch: # empty
.include "../../mk/bsd.pkg.mk"
|