diff options
author | garga <garga@FreeBSD.org> | 2006-06-22 00:20:29 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-06-22 00:20:29 +0800 |
commit | d6799d317494be972ac8d91f0e2a3dd48af00bed (patch) | |
tree | 921fcdaabbb5c39ecea5ea217f29a3bb5ed3a5e6 /x11-toolkits | |
parent | d43dc3d0082909c409cd2a1bced56e622794dbbc (diff) | |
download | freebsd-ports-gnome-d6799d317494be972ac8d91f0e2a3dd48af00bed.tar.gz freebsd-ports-gnome-d6799d317494be972ac8d91f0e2a3dd48af00bed.tar.zst freebsd-ports-gnome-d6799d317494be972ac8d91f0e2a3dd48af00bed.zip |
Add fpc-forms , x-Forms interface for Free Pascal.
PR: ports/98663
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/fpc-forms/Makefile | 19 | ||||
-rw-r--r-- | x11-toolkits/fpc-xforms/Makefile | 19 |
3 files changed, 39 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 10fe877d14bb..29a898b96425 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -25,6 +25,7 @@ SUBDIR += fox12 SUBDIR += fox14 SUBDIR += fox16 + SUBDIR += fpc-forms SUBDIR += fxscintilla SUBDIR += fxscintilla-fox10 SUBDIR += fxscintilla-fox12 diff --git a/x11-toolkits/fpc-forms/Makefile b/x11-toolkits/fpc-forms/Makefile new file mode 100644 index 000000000000..af47ba871b22 --- /dev/null +++ b/x11-toolkits/fpc-forms/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: fpc-forms +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> +# +# $FreeBSD$ +# + +CATEGORIES= x11-toolkits lang +PKGNAMESUFFIX= -forms + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= X-Forms interface for Free Pascal + +RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc +LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms + +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/fpc-xforms/Makefile b/x11-toolkits/fpc-xforms/Makefile new file mode 100644 index 000000000000..af47ba871b22 --- /dev/null +++ b/x11-toolkits/fpc-xforms/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: fpc-forms +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> +# +# $FreeBSD$ +# + +CATEGORIES= x11-toolkits lang +PKGNAMESUFFIX= -forms + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= X-Forms interface for Free Pascal + +RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc +LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms + +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" |