diff options
author | garga <garga@FreeBSD.org> | 2006-06-22 00:05:36 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-06-22 00:05:36 +0800 |
commit | 5a8ae7abcdee0e62e9629e894eed2d70c995ade3 (patch) | |
tree | 7ce2903d6b78453011d0dca20ee376f5ea547169 | |
parent | 9f2c01070252b460301bd86455c5b182eaa195b2 (diff) | |
download | freebsd-ports-gnome-5a8ae7abcdee0e62e9629e894eed2d70c995ade3.tar.gz freebsd-ports-gnome-5a8ae7abcdee0e62e9629e894eed2d70c995ade3.tar.zst freebsd-ports-gnome-5a8ae7abcdee0e62e9629e894eed2d70c995ade3.zip |
Add fpc-tcl , free Pascal interface to the tcl/tk interpreter.
PR: ports/98677
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/fpc-tcl/Makefile | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index da5e89a8c35d..571fb14a4ddd 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -64,6 +64,7 @@ SUBDIR += fpc-demo SUBDIR += fpc-devel SUBDIR += fpc-docs + SUBDIR += fpc-tcl SUBDIR += freetxl SUBDIR += gambas SUBDIR += gauche diff --git a/lang/fpc-tcl/Makefile b/lang/fpc-tcl/Makefile new file mode 100644 index 000000000000..f7413dec34d0 --- /dev/null +++ b/lang/fpc-tcl/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: fpc-tcl +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> +# +# $FreeBSD$ +# + +CATEGORIES= lang +PKGNAMESUFFIX= -tcl + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal interface to the tcl/tk interpreter + +RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ + wish8.4:${PORTSDIR}/x11-toolkits/tk84 + +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" |