Changeset View
Changeset View
Standalone View
Standalone View
databases/libdrizzle/Makefile
Show All 12 Lines | |||||
LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
LIB_DEPENDS= libsqlite3.so:databases/sqlite3 | LIB_DEPENDS= libsqlite3.so:databases/sqlite3 | ||||
OPTIONS_DEFINE= DOXYGEN EXAMPLES DOCS | OPTIONS_DEFINE= DOXYGEN EXAMPLES DOCS | ||||
GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
USES= gmake libtool | USES= gmake libtool pathfix | ||||
CONFIGURE_ARGS+=--enable-libsqlite3 | CONFIGURE_ARGS+=--enable-libsqlite3 | ||||
USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
INSTALL_TARGET= install-strip | INSTALL_TARGET= install-strip | ||||
SAMPLE_PROGS= client pipe_query proxy server simple \ | SAMPLE_PROGS= client pipe_query proxy server simple \ | ||||
simple_multi sqlite_server | simple_multi sqlite_server | ||||
.include <bsd.port.options.mk> | .include <bsd.port.options.mk> | ||||
Show All 26 Lines |