aboutsummaryrefslogtreecommitdiffstats
path: root/lang/fpc-tcl/Makefile
blob: d27703351f856193f847fde6c33c5220ded36613 (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:    fpc-tcl
# Date created:     2006-06-05
# Whom:         Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
#
# $FreeBSD$
#

PORTREVISION=   1
CATEGORIES= lang
PKGNAMESUFFIX=  -tcl

MAINTAINER= acm@FreeBSD.org
COMMENT=    Free Pascal interface to the tcl/tk interpreter

USE_FPC=    fcl-base gdbint graph ibase libasync hash mysql netdb odbc \
        oracle pasjpeg paszlib pthreads postgres regexpr sqlite

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

OPTIONS=    TCL "Install tool commnad language" on

.include "${MASTERDIR}/Makefile"