mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
22 lines
482 B
Makefile
22 lines
482 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= databases lang
|
|
PKGNAMESUFFIX= -gdbm
|
|
|
|
COMMENT= Free Pascal interface to the GNU database system
|
|
|
|
USE_FPC= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= GDBM
|
|
GDBM_DESC= Install the GNU database manager
|
|
OPTIONS_DEFAULT= GDBM
|
|
|
|
GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm
|
|
|
|
.include "${MASTERDIR}/Makefile"
|