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/fpc-gtk1 | |
parent | be8f9e14dc0d55d43248438c416135de801d75fe (diff) | |
download | ports-acca2dab6cf8bdfcdf61189c830d87fae34e8118.tar.gz ports-acca2dab6cf8bdfcdf61189c830d87fae34e8118.zip |
Notes
Diffstat (limited to 'x11-toolkits/fpc-gtk1')
-rw-r--r-- | x11-toolkits/fpc-gtk1/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
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" |