# $NetBSD: Makefile,v 1.11 2003/11/12 03:39:39 jschauma Exp $ PKGNAME= postgresql-lib-${BASE_VERS} PKGREVISIO= 1 SVR4_PKGNAME= pstgl COMMENT= PostgreSQL database headers and libraries .include "../../databases/postgresql/Makefile.common" CONFIGURE_ARGS+= --with-openssl=${SSLBASE} BUILD_DIRS= ${WRKSRC}/src/include BUILD_DIRS+= ${WRKSRC}/src/interfaces BUILD_DIRS+= ${WRKSRC}/src/pl .include "../../mk/bsd.prefs.mk" post-buildlink: # # Avoid conflict between "${LOCALBASE}/include/openssl/des.h" and # "/usr/include/crypt.h" -- we want the definitions in the former. # .if (${OPSYS} == "SunOS") ${TOUCH} ${BUILDLINK_DIR}/include/crypt.h .endif post-install: cd ${WRKSRC}/src/include && ${SETENV} ${MAKE_ENV} \ ${MAKE_PROGRAM} install-all-headers ${GTAR} zxCf ${PREFIX}/man ${WRKSRC}/doc/man.tar.gz \ `${SED} -e "s|^#.*||" ${FILESDIR}/man.lib` ${RM} -f ${PREFIX}/include/pgsql ${LN} -sf postgresql ${PREFIX}/include/pgsql .include "../../security/openssl/buildlink2.mk" .include "../../mk/bsd.pkg.mk"