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 +# +# $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 +# +# $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"