eb6cafc4da
to 7.4.5 pointed out by Greg Troxel in private e-mail
20 lines
562 B
Makefile
20 lines
562 B
Makefile
# $NetBSD: Makefile,v 1.6 2004/10/13 05:21:49 jdolecek Exp $
|
|
|
|
PKGNAME= postgresql74-${BASE_VERS}
|
|
COMMENT= Robust, next generation, object-relational DBMS
|
|
|
|
DEPENDS+= postgresql74-client>=${BASE_VERS}:../../databases/postgresql74-client
|
|
DEPENDS+= postgresql74-server>=${BASE_VERS}:../../databases/postgresql74-server
|
|
DEPENDS+= postgresql74-docs>=${BASE_VERS}:../../databases/postgresql74-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"
|