opnsense-ports/editors/fpc-ide/Makefile
Franco Fichtner 4f0c947c5d */*: sync with upstream
Taken from: FreeBSD
2015-12-07 07:35:46 +01:00

16 lines
436 B
Makefile

# Created by: John Merryweather Cooper et al
# $FreeBSD$
CATEGORIES= editors lang
PKGNAMESUFFIX= -ide
MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal integrated IDE/compiler
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"