pkgsrc/databases/postgresql82-adminpack/Makefile
jlam 686d16ef3d Fix name of adminpack loadable shared module.
Bump the PKGREVISION of postgresql82-adminpack to 1.
2007-09-20 21:58:21 +00:00

21 lines
593 B
Makefile

# $NetBSD: Makefile,v 1.2 2007/09/20 21:58:21 jlam Exp $
PKGNAME= postgresql82-adminpack-${BASE_VERS}
PKGREVISION= 1
COMMENT= Admin pack module for pgAdmin management
DEPENDS+= postgresql82-server>=${BASE_VERS}:../../databases/postgresql82-server
.include "../../databases/postgresql82/Makefile.common"
BUILD_DIRS= contrib/adminpack
USE_LIBTOOL= yes
PKG_LIBTOOL= ${PKG_SHLIBTOOL}
REQD_DIRS+= ${PG_SUBPREFIX}share/doc/postgresql/contrib
REQD_DIRS+= ${PG_SUBPREFIX}share/postgresql/contrib
.include "../../databases/postgresql82-client/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"