Import of pkgsrc-2015Q2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2014/05/22 12:50:48 fhajny Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2015/05/20 13:26:45 ryoon Exp $
|
||||
|
||||
PKGNAME= ${DISTNAME:S/sqlrelay/sqlrelay-freetds/}
|
||||
COMMENT= FreeTDS support for SQL Relay
|
||||
@@ -6,8 +6,19 @@ COMMENT= FreeTDS support for SQL Relay
|
||||
.include "../../databases/sqlrelay/Makefile.common"
|
||||
|
||||
CONFIGURE_ARGS+= --with-freetds-prefix=${BUILDLINK_PREFIX.freetds}
|
||||
CONFIGURE_ARGS+= --disable-postgresql
|
||||
CONFIGURE_ARGS+= --disable-sqlite
|
||||
CONFIGURE_ARGS+= --disable-mysql
|
||||
CONFIGURE_ARGS+= --disable-odbc
|
||||
|
||||
BUILD_DIRS= src/connections/freetds
|
||||
BUILD_DIRS= src/connections
|
||||
|
||||
INSTALLATION_DIRS+= libexec/sqlrelay
|
||||
|
||||
do-install:
|
||||
${LIBTOOL} --mode=install ${INSTALL_LIB} \
|
||||
${WRKSRC}/${BUILD_DIRS}/sqlrconnection_freetds.la \
|
||||
${DESTDIR}${PREFIX}/libexec/sqlrelay
|
||||
|
||||
.include "../../databases/freetds/buildlink3.mk"
|
||||
.include "../../databases/sqlrelay/buildlink3.mk"
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
@comment $NetBSD: PLIST,v 1.1 2014/05/22 12:50:48 fhajny Exp $
|
||||
libexec/sqlrelay/sqlrconnection_freetds.so
|
||||
@comment $NetBSD: PLIST,v 1.2 2015/05/20 13:26:45 ryoon Exp $
|
||||
libexec/sqlrelay/sqlrconnection_freetds.la
|
||||
|
||||
Reference in New Issue
Block a user