freebsd-ports/databases/fpc-gdbm/Makefile
Jose Alonso Cardenas Marquez 99a00aac42 - Update to 2.2.0
2007-09-18 06:53:29 +00:00

24 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= 0
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"