SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
27
databases/sqlite3-odbc/Makefile
Normal file
27
databases/sqlite3-odbc/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
COMMENT = ODBC driver for SQLite3
|
||||
|
||||
V = 0.9998
|
||||
DISTNAME = sqliteodbc-${V}
|
||||
PKGNAME = sqlite3-odbc-${V}
|
||||
CATEGORIES = databases
|
||||
HOMEPAGE = http://www.ch-werner.de/sqliteodbc/
|
||||
MAINTAINER = Stuart Cassoff <stwo@users.sourceforge.net>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MASTER_SITES = ${HOMEPAGE}
|
||||
WANTLIB = iodbcinst m pthread sqlite3 z
|
||||
LIB_DEPENDS = databases/iodbc databases/sqlite3
|
||||
AUTOCONF_VERSION = 2.63
|
||||
CONFIGURE_STYLE = autoconf no-autoheader
|
||||
CONFIGURE_ARGS += --with-libxml2=no
|
||||
NO_TEST = Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib
|
||||
${INSTALL_DATA} \
|
||||
${WRKBUILD}/.libs/libsqlite3odbc-${V}.so \
|
||||
${PREFIX}/lib/libsqlite3odbc.so
|
||||
|
||||
.include <bsd.port.mk>
|
Loading…
Add table
Add a link
Reference in a new issue