mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
c8f8bcdfe0
some fpc ports. - Added PORTREVISION for each port - Fixed pkg-plist on fpc-gtk2 and fpc-gtk ports - Fixed the gtk, glib and gdk libraries linking for fpc-gtk - Removed obsolete patches from fpc-gtk. Now it's using ${REINPLACE_CMD} - Removed post-extract from fpc-fcl. I just added it to makefiles.units file Approved by: garga (mentor)
39 lines
1.6 KiB
Makefile
39 lines
1.6 KiB
Makefile
# 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}/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
|
|
WRKUNITDIR= ${PORTNAME}/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR+= ${WRKUNITDIR} ${PORTNAME}/rtl ${PORTNAME}/packages/base
|
|
OPT=-CX -Fi../ -Fu${PREFIX}/lib/${PORTNAME}/${PORTVERSION}/units/${BUILDNAME}/*
|
|
HAVE_EXAMPLES= true
|
|
|
|
.include "${MASTERDIR}/Makefile"
|