aboutsummaryrefslogtreecommitdiffstats
path: root/devel/fpc-fcl-db/Makefile
blob: 0e3024bd01645816a7e57dec06135c878acef3e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    Free Pascal Compiler
# Date created:             2006-09-11
# Whom:                 Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#

PORTREVISION=   0
CATEGORIES= devel lang
PKGNAMESUFFIX=  -fcl-db

MAINTAINER= acm@FreeBSD.org
COMMENT=    Free Pascal Component Library

BROKEN=     does not build

USE_FPC=    fcl-async fcl-base fcl-xml hash ibase mysql odbc oracle paszlib postgres \
        pthreads pxlib sqlite

MASTERDIR=  ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+=    ${WRKUNITDIR}

.include "${MASTERDIR}/Makefile"