mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
5ab881a5d9
- Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617
21 lines
401 B
Makefile
21 lines
401 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.rog>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= databases lang
|
|
PKGNAMESUFFIX= -sqlite
|
|
|
|
COMMENT= Free Pascal interface to SQLite
|
|
|
|
USES= fpc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= SQLITE
|
|
OPTIONS_DEFAULT= SQLITE
|
|
|
|
SQLITE_USES= sqlite
|
|
|
|
.include "${MASTERDIR}/Makefile"
|