diff options
Diffstat (limited to 'x11-toolkits/fpc-gnome/Makefile')
-rw-r--r-- | x11-toolkits/fpc-gnome/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
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" |