diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-06-21 16:44:54 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-06-21 16:44:54 +0000 |
commit | acca2dab6cf8bdfcdf61189c830d87fae34e8118 (patch) | |
tree | 3a25fcfc1d5e493bc6f4214534daaaa031f72175 /x11-toolkits | |
parent | be8f9e14dc0d55d43248438c416135de801d75fe (diff) | |
download | ports-acca2dab6cf8bdfcdf61189c830d87fae34e8118.tar.gz ports-acca2dab6cf8bdfcdf61189c830d87fae34e8118.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/fpc-gtk/Makefile | 20 | ||||
-rw-r--r-- | x11-toolkits/fpc-gtk1/Makefile | 20 | ||||
-rw-r--r-- | x11-toolkits/fpc-gtk2/Makefile | 20 |
4 files changed, 62 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 29a898b96425..37b469b235da 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -26,6 +26,8 @@ SUBDIR += fox14 SUBDIR += fox16 SUBDIR += fpc-forms + SUBDIR += fpc-gtk + SUBDIR += fpc-gtk2 SUBDIR += fxscintilla SUBDIR += fxscintilla-fox10 SUBDIR += fxscintilla-fox12 diff --git a/x11-toolkits/fpc-gtk/Makefile b/x11-toolkits/fpc-gtk/Makefile new file mode 100644 index 000000000000..fe236463162d --- /dev/null +++ b/x11-toolkits/fpc-gtk/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: fpc-gtk +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> +# +# $FreeBSD$ +# + +CATEGORIES= graphics lang +PKGNAMESUFFIX= -gtk + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal interface to the GTK libraries + +RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc + +USE_GNOME= gtk12 + +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/fpc-gtk1/Makefile b/x11-toolkits/fpc-gtk1/Makefile new file mode 100644 index 000000000000..fe236463162d --- /dev/null +++ b/x11-toolkits/fpc-gtk1/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: fpc-gtk +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> +# +# $FreeBSD$ +# + +CATEGORIES= graphics lang +PKGNAMESUFFIX= -gtk + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal interface to the GTK libraries + +RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc + +USE_GNOME= gtk12 + +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/fpc-gtk2/Makefile b/x11-toolkits/fpc-gtk2/Makefile new file mode 100644 index 000000000000..cdba6a0c31e1 --- /dev/null +++ b/x11-toolkits/fpc-gtk2/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: fpc-gtk2 +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> +# +# $FreeBSD$ +# + +CATEGORIES= graphics lang +PKGNAMESUFFIX= -gtk2 + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal interface to the GTK2 libraries + +RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc + +USE_GNOME= gtk20 + +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" |