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

CATEGORIES=	editors lang
PKGNAMESUFFIX=	-ide

COMMENT=	Free Pascal integrated IDE/compiler

USES=		fpc
USE_FPC=	chm fv gdbint regexpr rtl-extra rtl-console fcl-xml

MASTERDIR=	${.CURDIR}/../../lang/fpc
WRKUNITDIR=	${FPCSRCDIR}/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR=	${WRKUNITDIR} ${FPCSRCDIR}/rtl ${FPCSRCDIR}/compiler

.include "${MASTERDIR}/Makefile"