mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
b9f5999732
optionally.[1] - Other tiny modifications Suggested by: Ales Catona <almindor__at__gmail.com> [1] Approved by: garga(mentor, implicit)
25 lines
610 B
Makefile
25 lines
610 B
Makefile
# New ports collection makefile for: fpc-gdbm
|
|
# Date created: 2006-06-05
|
|
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases lang
|
|
PKGNAMESUFFIX= -gdbm
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Free Pascal interface to the GNU database system
|
|
|
|
BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \
|
|
fpcmake:${PORTSDIR}/lang/fpc-utils
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
|
|
|
OPTIONS= GDBM "Install the GNU database manager" on
|
|
|
|
.include "${MASTERDIR}/Makefile"
|