blob: 3238cf9042504435f4b3e29c425edb50ee3dee1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.1.1.1 2006/03/20 14:45:49 uebayasi Exp $
PKGNAME= postgresql81-${BASE_VERS}
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql81-client>=${BASE_VERS}:../../wip/postgresql81-client
DEPENDS+= postgresql81-server>=${BASE_VERS}:../../wip/postgresql81-server
.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"
|