diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-06-26 15:52:36 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-06-26 15:52:36 +0000 |
commit | 54d410df82040940e287d13a92102e168e0d3628 (patch) | |
tree | cf176f8cd13108dd8d40a6b6a9a811fdd578a938 /x11-toolkits | |
parent | 0b67256467e06974fc10894ddc9cb3ddc5715c81 (diff) | |
download | ports-54d410df82040940e287d13a92102e168e0d3628.tar.gz ports-54d410df82040940e287d13a92102e168e0d3628.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/fpc-gnome/Makefile | 19 | ||||
-rw-r--r-- | x11-toolkits/fpc-gnome1/Makefile | 19 |
3 files changed, 39 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 0d2ec42f0a62..203f63fb1b1f 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -26,6 +26,7 @@ SUBDIR += fox14 SUBDIR += fox16 SUBDIR += fpc-forms + SUBDIR += fpc-gnome SUBDIR += fpc-gtk SUBDIR += fpc-gtk2 SUBDIR += fxscintilla diff --git a/x11-toolkits/fpc-gnome/Makefile b/x11-toolkits/fpc-gnome/Makefile new file mode 100644 index 000000000000..303fd3315837 --- /dev/null +++ b/x11-toolkits/fpc-gnome/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: fpc-gnome +# Date created: 2006-06-22 +# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> +# +# $FreeBSD$ +# + +CATEGORIES= x11-toolkits lang +PKGNAMESUFFIX= -gnome + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal unit to create programs for GNOME 1 + +RUN_DEPENDS= ${UNITSDIR}/gtk/Package.fpc:${PORTSDIR}/x11-toolkits/fpc-gtk + +UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/fpc-gnome1/Makefile b/x11-toolkits/fpc-gnome1/Makefile new file mode 100644 index 000000000000..303fd3315837 --- /dev/null +++ b/x11-toolkits/fpc-gnome1/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: fpc-gnome +# Date created: 2006-06-22 +# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> +# +# $FreeBSD$ +# + +CATEGORIES= x11-toolkits lang +PKGNAMESUFFIX= -gnome + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal unit to create programs for GNOME 1 + +RUN_DEPENDS= ${UNITSDIR}/gtk/Package.fpc:${PORTSDIR}/x11-toolkits/fpc-gtk + +UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" |