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 | |
parent | 54d410df82040940e287d13a92102e168e0d3628 (diff) | |
download | ports-939938a5c4c26d5c3b0787ac270f6863230a97b6.tar.gz ports-939938a5c4c26d5c3b0787ac270f6863230a97b6.zip |
Add fpc-gconf , free Pascal interface to GConf.
PR: ports/99308
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Notes
Notes:
svn path=/head/; revision=166367
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/fpc-gconf/Makefile | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 76b80867882b..34e830c9fbb0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -286,6 +286,7 @@ SUBDIR += fpc-bfd SUBDIR += fpc-fcl SUBDIR += fpc-fv + SUBDIR += fpc-gconf SUBDIR += fpc-gdbint SUBDIR += fpc-pthreads SUBDIR += fpc-regexpr 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" |