mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
9f890ca42a
Changes: https://kristaps.bsd.lv/ksql/
27 lines
486 B
Makefile
27 lines
486 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ksql
|
|
PORTVERSION= 0.1.4
|
|
CATEGORIES= devel databases
|
|
MASTER_SITES= http://kristaps.bsd.lv/ksql/snapshots/
|
|
|
|
MAINTAINER= tobik@FreeBSD.org
|
|
COMMENT= Lazy man's wrapper for the SQLite C API
|
|
|
|
LICENSE= ISCL
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/sqlite3.h:databases/sqlite3
|
|
|
|
USES= localbase
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's@^PREFIX="/usr/local"@PREFIX="${PREFIX}"@' \
|
|
${WRKSRC}/configure
|
|
|
|
do-test:
|
|
@cd ${WRKSRC} && ./test
|
|
|
|
.include <bsd.port.mk>
|