Add fpc-gconf , free Pascal interface to GConf.

PR:		ports/99308
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
This commit is contained in:
Renato Botelho 2006-06-26 15:59:39 +00:00
parent 54d410df82
commit 939938a5c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166367
2 changed files with 21 additions and 0 deletions

View File

@ -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

20
devel/fpc-gconf/Makefile Normal file
View File

@ -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"