mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
6f03c02ab9
- Remove BROKEN Reported by: linimon Approved by: portmgr (linimon)
31 lines
1.1 KiB
Makefile
31 lines
1.1 KiB
Makefile
# New ports collection makefile for: Free Pascal Compiler
|
|
# Date created: 2006-09-11
|
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel lang
|
|
PKGNAMESUFFIX= -fcl-image
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Free Pascal Component Library
|
|
|
|
BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \
|
|
${UNITSDIR}/fcl-base/Package.fpc:${PORTSDIR}/devel/fpc-fcl-base \
|
|
${UNITSDIR}/hash/Package.fpc:${PORTSDIR}/security/fpc-hash \
|
|
${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \
|
|
${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}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \
|
|
${UNITSDIR}/libpng/Package.fpc:${PORTSDIR}/graphics/fpc-libpng
|
|
|
|
UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|