diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-06-26 16:01:21 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-06-26 16:01:21 +0000 |
commit | b0af3b8891f9570e56e4baf4fdb784bfd1defe22 (patch) | |
tree | f0f302a786c333ab6f2f6777f85abc6baf442238 /x11-toolkits | |
parent | 939938a5c4c26d5c3b0787ac270f6863230a97b6 (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/fpc-zvt/Makefile | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 203f63fb1b1f..cc00fa859292 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -29,6 +29,7 @@ SUBDIR += fpc-gnome SUBDIR += fpc-gtk SUBDIR += fpc-gtk2 + SUBDIR += fpc-zvt SUBDIR += fxscintilla SUBDIR += fxscintilla-fox10 SUBDIR += fxscintilla-fox12 diff --git a/x11-toolkits/fpc-zvt/Makefile b/x11-toolkits/fpc-zvt/Makefile new file mode 100644 index 000000000000..8b8ed8881615 --- /dev/null +++ b/x11-toolkits/fpc-zvt/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: fpc-zvt +# Date created: 2006-06-22 +# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> +# +# $FreeBSD$ +# + +CATEGORIES= x11-toolkits lang +PKGNAMESUFFIX= -zvt + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal interface to Zed's Virtual Terminal + +RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc + +USE_GNOME= libzvt + +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" |