1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/lang/fpc-tcl/Makefile
Jose Alonso Cardenas Marquez 3a14939100 - Use new freepascal stuff
- Bump PORTREVISION
2008-06-24 15:18:15 +00:00

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"