2006-06-21 15:43:54 +00:00
|
|
|
# New ports collection makefile for: fpc-gdbm
|
|
|
|
# Date created: 2006-06-05
|
|
|
|
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2007-09-18 06:53:29 +00:00
|
|
|
PORTREVISION= 0
|
2006-06-21 15:43:54 +00:00
|
|
|
CATEGORIES= databases lang
|
|
|
|
PKGNAMESUFFIX= -gdbm
|
|
|
|
|
2006-07-24 11:21:27 +00:00
|
|
|
MAINTAINER= acm@FreeBSD.org
|
2006-06-21 15:43:54 +00:00
|
|
|
COMMENT= Free Pascal interface to the GNU database system
|
|
|
|
|
2006-07-24 11:21:27 +00:00
|
|
|
BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \
|
|
|
|
fpcmake:${PORTSDIR}/lang/fpc-utils
|
2006-06-21 15:43:54 +00:00
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
2006-09-07 21:32:29 +00:00
|
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//}
|
2006-07-24 11:21:27 +00:00
|
|
|
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
2006-09-18 18:41:13 +00:00
|
|
|
|
|
|
|
OPTIONS= GDBM "Install the GNU database manager" on
|
2006-06-21 15:43:54 +00:00
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|