2004-10-13 07:21:49 +02:00
|
|
|
# $NetBSD: Makefile,v 1.6 2004/10/13 05:21:49 jdolecek Exp $
|
2004-04-19 02:07:12 +02:00
|
|
|
|
2004-07-25 00:44:12 +02:00
|
|
|
PKGNAME= postgresql74-${BASE_VERS}
|
2004-04-19 02:07:12 +02:00
|
|
|
COMMENT= Robust, next generation, object-relational DBMS
|
|
|
|
|
2004-10-13 07:21:49 +02:00
|
|
|
DEPENDS+= postgresql74-client>=${BASE_VERS}:../../databases/postgresql74-client
|
2004-07-25 00:44:12 +02:00
|
|
|
DEPENDS+= postgresql74-server>=${BASE_VERS}:../../databases/postgresql74-server
|
|
|
|
DEPENDS+= postgresql74-docs>=${BASE_VERS}:../../databases/postgresql74-docs
|
2004-04-19 02:07:12 +02:00
|
|
|
|
|
|
|
.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"
|