diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2007-05-04 03:55:11 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2007-05-04 03:55:11 +0000 |
commit | 06a27a0b36e3cd635030841bfae6077d039c3c76 (patch) | |
tree | 1588d24c4914aa5badd6232d8e222bea271a455c /devel/fpc-fcl-registry/Makefile | |
parent | b68bfd31ae9df0c66283f279374ed7acb4f409dd (diff) |
This commit was manufactured by cvs2svn to create tag 'PRE_XORG_7'.pre-xorg-7
Notes
Notes:
svn path=/head/; revision=191528
svn path=/tags/PRE_XORG_7/; revision=191529; tag=pre-xorg-7
Diffstat (limited to 'devel/fpc-fcl-registry/Makefile')
-rw-r--r-- | devel/fpc-fcl-registry/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/devel/fpc-fcl-registry/Makefile b/devel/fpc-fcl-registry/Makefile deleted file mode 100644 index d732581214bf..000000000000 --- a/devel/fpc-fcl-registry/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: Free Pascal Compiler -# Date created: 2006-06-05 -# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> -# -# $FreeBSD$ -# - -PORTREVISION= 2 -CATEGORIES= devel lang -PKGNAMESUFFIX= -fcl - -MAINTAINER= acm@FreeBSD.org -COMMENT= Free Pascal Component Library - -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ - ${UNITSDIR}/gdbint/Package.fpc:${PORTSDIR}/devel/fpc-gdbint \ - ${UNITSDIR}/graph/Package.fpc:${PORTSDIR}/graphics/fpc-graph \ - ${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \ - ${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \ - ${UNITSDIR}/hash/Package.fpc:${PORTSDIR}/security/fpc-hash \ - ${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 -WRKUNITDIR= ${FPCSRCDIR}/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR+= ${WRKUNITDIR} - -.include "${MASTERDIR}/Makefile" |