mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
3a14939100
- Bump PORTREVISION
25 lines
635 B
Makefile
25 lines
635 B
Makefile
# 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"
|