pkgsrc/databases/odbc-postgresql/Makefile
tnn ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00

26 lines
742 B
Makefile

# $NetBSD: Makefile,v 1.13 2008/01/18 05:06:28 tnn Exp $
.include "Makefile.common"
PKGNAME= odbc-postgresql-${BASE_VERS}
PKGREVISION= 2
COMMENT= ODBC interface to PostgreSQL
CONFIGURE_ARGS+= --with-odbcinst=${PKG_SYSCONFDIR:Q}
post-extract:
set -e; \
cd ${WRKSRC}; \
[ ! -d src/backend/port/dynloader ] || ( \
cd src/backend/port/dynloader; \
cp freebsd.c dragonfly.c; \
cp freebsd.h dragonfly.h; \
); \
[ ! -d src/template ] \
|| touch src/template/dragonfly; \
[ ! -d src/include/port ] \
|| cp src/include/port/freebsd.h src/include/port/dragonfly.h; \
[ ! -d src/makefiles ] \
|| cp src/makefiles/Makefile.freebsd src/makefiles/Makefile.dragonfly
.include "../../mk/bsd.pkg.mk"