mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
24 lines
522 B
Makefile
24 lines
522 B
Makefile
# New ports collection makefile for: fpc-sqlite
|
|
# Date created: 2006-06-05
|
|
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= databases lang
|
|
PKGNAMESUFFIX= -sqlite
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Free Pascal interface to SQLite
|
|
|
|
USE_FPC= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
|
|
|
OPTIONS= SQLITE "Install SQLite database engine" on
|
|
|
|
.include "${MASTERDIR}/Makefile"
|