summaryrefslogtreecommitdiffstats
path: root/editors/fpc-ide/Makefile
blob: a504cb142eeead9726210c5ed704e47b6614c19f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: John Merryweather Cooper et al
# $FreeBSD$

PORTREVISION=	2
CATEGORIES=	editors lang
PKGNAMESUFFIX=	-ide

MAINTAINER=	acm@FreeBSD.org
COMMENT=	Free Pascal integrated IDE/compiler

USE_FPC=	chm fcl-async fcl-base fv gdbint graph ibase hash mysql odbc \
		oracle pasjpeg paszlib pthreads postgres regexpr sqlite

FPCDIR=		# none
UNITPREFIX=	# none
MASTERDIR=	${.CURDIR}/../../lang/fpc
WRKUNITDIR=	${FPCSRCDIR}/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR=	${WRKUNITDIR} ${FPCSRCDIR}/compiler ${FPCSRCDIR}/rtl ${FPCSRCDIR}/packages/fv

.include "${MASTERDIR}/Makefile"
OpenPOWER on IntegriCloud