Add fpc-fcl , free Pascal Component Library.
PR: ports/98689 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
This commit is contained in:
parent
6811138265
commit
8610755749
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165940
12 changed files with 353 additions and 0 deletions
|
@ -284,6 +284,7 @@
|
|||
SUBDIR += fnorb
|
||||
SUBDIR += fortran-utils
|
||||
SUBDIR += fpc-bfd
|
||||
SUBDIR += fpc-fcl
|
||||
SUBDIR += fpc-fv
|
||||
SUBDIR += fpc-gdb
|
||||
SUBDIR += fpc-gdbint
|
||||
|
|
32
devel/fpc-fcl-base/Makefile
Normal file
32
devel/fpc-fcl-base/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: Free Pascal Compiler
|
||||
# Date created: 2006-06-05
|
||||
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fcl
|
||||
|
||||
MAINTAINER= acardenas@bsd.org.pe
|
||||
COMMENT= Free Pascal Component Library
|
||||
|
||||
RUN_DEPENDS= ${UNITSDIR}/gdbint/Package.fpc:${PORTSDIR}/devel/fpc-gdbint \
|
||||
${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \
|
||||
${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \
|
||||
${UNITSDIR}/md5/Package.fpc:${PORTSDIR}/security/fpc-md5 \
|
||||
${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \
|
||||
${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \
|
||||
${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \
|
||||
${UNITSDIR}/oracle/Package.fpc:${PORTSDIR}/databases/fpc-oracle \
|
||||
${UNITSDIR}/pasjpeg/Package.fpc:${PORTSDIR}/graphics/fpc-pasjpeg \
|
||||
${UNITSDIR}/paszlib/Package.fpc:${PORTSDIR}/archivers/fpc-paszlib \
|
||||
${UNITSDIR}/pthreads/Package.fpc:${PORTSDIR}/devel/fpc-pthreads \
|
||||
${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \
|
||||
${UNITSDIR}/regexpr/Package.fpc:${PORTSDIR}/devel/fpc-regexpr \
|
||||
${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite
|
||||
|
||||
UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
|
||||
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
32
devel/fpc-fcl-base/fpc-fcl/Makefile
Normal file
32
devel/fpc-fcl-base/fpc-fcl/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: Free Pascal Compiler
|
||||
# Date created: 2006-06-05
|
||||
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fcl
|
||||
|
||||
MAINTAINER= acardenas@bsd.org.pe
|
||||
COMMENT= Free Pascal Component Library
|
||||
|
||||
RUN_DEPENDS= ${UNITSDIR}/gdbint/Package.fpc:${PORTSDIR}/devel/fpc-gdbint \
|
||||
${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \
|
||||
${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \
|
||||
${UNITSDIR}/md5/Package.fpc:${PORTSDIR}/security/fpc-md5 \
|
||||
${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \
|
||||
${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \
|
||||
${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \
|
||||
${UNITSDIR}/oracle/Package.fpc:${PORTSDIR}/databases/fpc-oracle \
|
||||
${UNITSDIR}/pasjpeg/Package.fpc:${PORTSDIR}/graphics/fpc-pasjpeg \
|
||||
${UNITSDIR}/paszlib/Package.fpc:${PORTSDIR}/archivers/fpc-paszlib \
|
||||
${UNITSDIR}/pthreads/Package.fpc:${PORTSDIR}/devel/fpc-pthreads \
|
||||
${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \
|
||||
${UNITSDIR}/regexpr/Package.fpc:${PORTSDIR}/devel/fpc-regexpr \
|
||||
${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite
|
||||
|
||||
UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
|
||||
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
32
devel/fpc-fcl-db/Makefile
Normal file
32
devel/fpc-fcl-db/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: Free Pascal Compiler
|
||||
# Date created: 2006-06-05
|
||||
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fcl
|
||||
|
||||
MAINTAINER= acardenas@bsd.org.pe
|
||||
COMMENT= Free Pascal Component Library
|
||||
|
||||
RUN_DEPENDS= ${UNITSDIR}/gdbint/Package.fpc:${PORTSDIR}/devel/fpc-gdbint \
|
||||
${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \
|
||||
${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \
|
||||
${UNITSDIR}/md5/Package.fpc:${PORTSDIR}/security/fpc-md5 \
|
||||
${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \
|
||||
${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \
|
||||
${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \
|
||||
${UNITSDIR}/oracle/Package.fpc:${PORTSDIR}/databases/fpc-oracle \
|
||||
${UNITSDIR}/pasjpeg/Package.fpc:${PORTSDIR}/graphics/fpc-pasjpeg \
|
||||
${UNITSDIR}/paszlib/Package.fpc:${PORTSDIR}/archivers/fpc-paszlib \
|
||||
${UNITSDIR}/pthreads/Package.fpc:${PORTSDIR}/devel/fpc-pthreads \
|
||||
${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \
|
||||
${UNITSDIR}/regexpr/Package.fpc:${PORTSDIR}/devel/fpc-regexpr \
|
||||
${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite
|
||||
|
||||
UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
|
||||
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
32
devel/fpc-fcl-fpcunit/Makefile
Normal file
32
devel/fpc-fcl-fpcunit/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: Free Pascal Compiler
|
||||
# Date created: 2006-06-05
|
||||
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fcl
|
||||
|
||||
MAINTAINER= acardenas@bsd.org.pe
|
||||
COMMENT= Free Pascal Component Library
|
||||
|
||||
RUN_DEPENDS= ${UNITSDIR}/gdbint/Package.fpc:${PORTSDIR}/devel/fpc-gdbint \
|
||||
${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \
|
||||
${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \
|
||||
${UNITSDIR}/md5/Package.fpc:${PORTSDIR}/security/fpc-md5 \
|
||||
${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \
|
||||
${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \
|
||||
${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \
|
||||
${UNITSDIR}/oracle/Package.fpc:${PORTSDIR}/databases/fpc-oracle \
|
||||
${UNITSDIR}/pasjpeg/Package.fpc:${PORTSDIR}/graphics/fpc-pasjpeg \
|
||||
${UNITSDIR}/paszlib/Package.fpc:${PORTSDIR}/archivers/fpc-paszlib \
|
||||
${UNITSDIR}/pthreads/Package.fpc:${PORTSDIR}/devel/fpc-pthreads \
|
||||
${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \
|
||||
${UNITSDIR}/regexpr/Package.fpc:${PORTSDIR}/devel/fpc-regexpr \
|
||||
${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite
|
||||
|
||||
UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
|
||||
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
32
devel/fpc-fcl-image/Makefile
Normal file
32
devel/fpc-fcl-image/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: Free Pascal Compiler
|
||||
# Date created: 2006-06-05
|
||||
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fcl
|
||||
|
||||
MAINTAINER= acardenas@bsd.org.pe
|
||||
COMMENT= Free Pascal Component Library
|
||||
|
||||
RUN_DEPENDS= ${UNITSDIR}/gdbint/Package.fpc:${PORTSDIR}/devel/fpc-gdbint \
|
||||
${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \
|
||||
${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \
|
||||
${UNITSDIR}/md5/Package.fpc:${PORTSDIR}/security/fpc-md5 \
|
||||
${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \
|
||||
${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \
|
||||
${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \
|
||||
${UNITSDIR}/oracle/Package.fpc:${PORTSDIR}/databases/fpc-oracle \
|
||||
${UNITSDIR}/pasjpeg/Package.fpc:${PORTSDIR}/graphics/fpc-pasjpeg \
|
||||
${UNITSDIR}/paszlib/Package.fpc:${PORTSDIR}/archivers/fpc-paszlib \
|
||||
${UNITSDIR}/pthreads/Package.fpc:${PORTSDIR}/devel/fpc-pthreads \
|
||||
${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \
|
||||
${UNITSDIR}/regexpr/Package.fpc:${PORTSDIR}/devel/fpc-regexpr \
|
||||
${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite
|
||||
|
||||
UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
|
||||
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
32
devel/fpc-fcl-net/Makefile
Normal file
32
devel/fpc-fcl-net/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: Free Pascal Compiler
|
||||
# Date created: 2006-06-05
|
||||
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fcl
|
||||
|
||||
MAINTAINER= acardenas@bsd.org.pe
|
||||
COMMENT= Free Pascal Component Library
|
||||
|
||||
RUN_DEPENDS= ${UNITSDIR}/gdbint/Package.fpc:${PORTSDIR}/devel/fpc-gdbint \
|
||||
${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \
|
||||
${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \
|
||||
${UNITSDIR}/md5/Package.fpc:${PORTSDIR}/security/fpc-md5 \
|
||||
${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \
|
||||
${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \
|
||||
${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \
|
||||
${UNITSDIR}/oracle/Package.fpc:${PORTSDIR}/databases/fpc-oracle \
|
||||
${UNITSDIR}/pasjpeg/Package.fpc:${PORTSDIR}/graphics/fpc-pasjpeg \
|
||||
${UNITSDIR}/paszlib/Package.fpc:${PORTSDIR}/archivers/fpc-paszlib \
|
||||
${UNITSDIR}/pthreads/Package.fpc:${PORTSDIR}/devel/fpc-pthreads \
|
||||
${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \
|
||||
${UNITSDIR}/regexpr/Package.fpc:${PORTSDIR}/devel/fpc-regexpr \
|
||||
${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite
|
||||
|
||||
UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
|
||||
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
32
devel/fpc-fcl-passrc/Makefile
Normal file
32
devel/fpc-fcl-passrc/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: Free Pascal Compiler
|
||||
# Date created: 2006-06-05
|
||||
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fcl
|
||||
|
||||
MAINTAINER= acardenas@bsd.org.pe
|
||||
COMMENT= Free Pascal Component Library
|
||||
|
||||
RUN_DEPENDS= ${UNITSDIR}/gdbint/Package.fpc:${PORTSDIR}/devel/fpc-gdbint \
|
||||
${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \
|
||||
${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \
|
||||
${UNITSDIR}/md5/Package.fpc:${PORTSDIR}/security/fpc-md5 \
|
||||
${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \
|
||||
${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \
|
||||
${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \
|
||||
${UNITSDIR}/oracle/Package.fpc:${PORTSDIR}/databases/fpc-oracle \
|
||||
${UNITSDIR}/pasjpeg/Package.fpc:${PORTSDIR}/graphics/fpc-pasjpeg \
|
||||
${UNITSDIR}/paszlib/Package.fpc:${PORTSDIR}/archivers/fpc-paszlib \
|
||||
${UNITSDIR}/pthreads/Package.fpc:${PORTSDIR}/devel/fpc-pthreads \
|
||||
${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \
|
||||
${UNITSDIR}/regexpr/Package.fpc:${PORTSDIR}/devel/fpc-regexpr \
|
||||
${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite
|
||||
|
||||
UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
|
||||
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
32
devel/fpc-fcl-registry/Makefile
Normal file
32
devel/fpc-fcl-registry/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: Free Pascal Compiler
|
||||
# Date created: 2006-06-05
|
||||
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fcl
|
||||
|
||||
MAINTAINER= acardenas@bsd.org.pe
|
||||
COMMENT= Free Pascal Component Library
|
||||
|
||||
RUN_DEPENDS= ${UNITSDIR}/gdbint/Package.fpc:${PORTSDIR}/devel/fpc-gdbint \
|
||||
${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \
|
||||
${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \
|
||||
${UNITSDIR}/md5/Package.fpc:${PORTSDIR}/security/fpc-md5 \
|
||||
${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \
|
||||
${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \
|
||||
${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \
|
||||
${UNITSDIR}/oracle/Package.fpc:${PORTSDIR}/databases/fpc-oracle \
|
||||
${UNITSDIR}/pasjpeg/Package.fpc:${PORTSDIR}/graphics/fpc-pasjpeg \
|
||||
${UNITSDIR}/paszlib/Package.fpc:${PORTSDIR}/archivers/fpc-paszlib \
|
||||
${UNITSDIR}/pthreads/Package.fpc:${PORTSDIR}/devel/fpc-pthreads \
|
||||
${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \
|
||||
${UNITSDIR}/regexpr/Package.fpc:${PORTSDIR}/devel/fpc-regexpr \
|
||||
${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite
|
||||
|
||||
UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
|
||||
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
32
devel/fpc-fcl-web/Makefile
Normal file
32
devel/fpc-fcl-web/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: Free Pascal Compiler
|
||||
# Date created: 2006-06-05
|
||||
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fcl
|
||||
|
||||
MAINTAINER= acardenas@bsd.org.pe
|
||||
COMMENT= Free Pascal Component Library
|
||||
|
||||
RUN_DEPENDS= ${UNITSDIR}/gdbint/Package.fpc:${PORTSDIR}/devel/fpc-gdbint \
|
||||
${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \
|
||||
${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \
|
||||
${UNITSDIR}/md5/Package.fpc:${PORTSDIR}/security/fpc-md5 \
|
||||
${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \
|
||||
${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \
|
||||
${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \
|
||||
${UNITSDIR}/oracle/Package.fpc:${PORTSDIR}/databases/fpc-oracle \
|
||||
${UNITSDIR}/pasjpeg/Package.fpc:${PORTSDIR}/graphics/fpc-pasjpeg \
|
||||
${UNITSDIR}/paszlib/Package.fpc:${PORTSDIR}/archivers/fpc-paszlib \
|
||||
${UNITSDIR}/pthreads/Package.fpc:${PORTSDIR}/devel/fpc-pthreads \
|
||||
${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \
|
||||
${UNITSDIR}/regexpr/Package.fpc:${PORTSDIR}/devel/fpc-regexpr \
|
||||
${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite
|
||||
|
||||
UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
|
||||
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
32
devel/fpc-fcl-xml/Makefile
Normal file
32
devel/fpc-fcl-xml/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: Free Pascal Compiler
|
||||
# Date created: 2006-06-05
|
||||
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fcl
|
||||
|
||||
MAINTAINER= acardenas@bsd.org.pe
|
||||
COMMENT= Free Pascal Component Library
|
||||
|
||||
RUN_DEPENDS= ${UNITSDIR}/gdbint/Package.fpc:${PORTSDIR}/devel/fpc-gdbint \
|
||||
${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \
|
||||
${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \
|
||||
${UNITSDIR}/md5/Package.fpc:${PORTSDIR}/security/fpc-md5 \
|
||||
${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \
|
||||
${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \
|
||||
${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \
|
||||
${UNITSDIR}/oracle/Package.fpc:${PORTSDIR}/databases/fpc-oracle \
|
||||
${UNITSDIR}/pasjpeg/Package.fpc:${PORTSDIR}/graphics/fpc-pasjpeg \
|
||||
${UNITSDIR}/paszlib/Package.fpc:${PORTSDIR}/archivers/fpc-paszlib \
|
||||
${UNITSDIR}/pthreads/Package.fpc:${PORTSDIR}/devel/fpc-pthreads \
|
||||
${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \
|
||||
${UNITSDIR}/regexpr/Package.fpc:${PORTSDIR}/devel/fpc-regexpr \
|
||||
${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite
|
||||
|
||||
UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
|
||||
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
32
devel/fpc-fcl/Makefile
Normal file
32
devel/fpc-fcl/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: Free Pascal Compiler
|
||||
# Date created: 2006-06-05
|
||||
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -fcl
|
||||
|
||||
MAINTAINER= acardenas@bsd.org.pe
|
||||
COMMENT= Free Pascal Component Library
|
||||
|
||||
RUN_DEPENDS= ${UNITSDIR}/gdbint/Package.fpc:${PORTSDIR}/devel/fpc-gdbint \
|
||||
${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \
|
||||
${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \
|
||||
${UNITSDIR}/md5/Package.fpc:${PORTSDIR}/security/fpc-md5 \
|
||||
${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \
|
||||
${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \
|
||||
${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \
|
||||
${UNITSDIR}/oracle/Package.fpc:${PORTSDIR}/databases/fpc-oracle \
|
||||
${UNITSDIR}/pasjpeg/Package.fpc:${PORTSDIR}/graphics/fpc-pasjpeg \
|
||||
${UNITSDIR}/paszlib/Package.fpc:${PORTSDIR}/archivers/fpc-paszlib \
|
||||
${UNITSDIR}/pthreads/Package.fpc:${PORTSDIR}/devel/fpc-pthreads \
|
||||
${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \
|
||||
${UNITSDIR}/regexpr/Package.fpc:${PORTSDIR}/devel/fpc-regexpr \
|
||||
${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite
|
||||
|
||||
UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
|
||||
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in a new issue