blob: 8fa40ef5712e7cd10ff0e3d9040342159b20ac5e (
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.1.1.1 2004/07/24 22:14:40 recht Exp $
PKGNAME= postgresql73-${BASE_VERS}
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"
|