diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-06-26 15:59:39 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-06-26 15:59:39 +0000 |
commit | 939938a5c4c26d5c3b0787ac270f6863230a97b6 (patch) | |
tree | c7e1afeb63a7b966c04437fec89fbe441329edd5 /devel/fpc-gconf | |
parent | 54d410df82040940e287d13a92102e168e0d3628 (diff) |
Notes
Diffstat (limited to 'devel/fpc-gconf')
-rw-r--r-- | devel/fpc-gconf/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/fpc-gconf/Makefile b/devel/fpc-gconf/Makefile new file mode 100644 index 000000000000..7812a27cd3fe --- /dev/null +++ b/devel/fpc-gconf/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: fpc-gconf +# Date created: 2006-06-22 +# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> +# +# $FreeBSD$ +# + +CATEGORIES= devel lang +PKGNAMESUFFIX= -gconf + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal interface to GConf + +RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc + +USE_GNOME= gconf + +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" |