pkgsrc-wip/postgresql74/Makefile
2004-01-20 00:23:38 +00:00

23 lines
652 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/01/20 00:23:38 xtraeme Exp $
PKGNAME= postgresql74-${BASE_VERS}
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql-client>=${BASE_VERS}:../../wip/postgresql74-client
DEPENDS+= postgresql-server>=${BASE_VERS}:../../wip/postgresql74-server
DEPENDS+= postgresql-docs>=${BASE_VERS}:../../wip/postgresql74-docs
PLIST_SRC= ${.CURDIR}/../../databases/postgresql/PLIST
DESCR_SRC= ${.CURDIR}/../../databases/postgresql/DESCR
.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"