dependencies in kernel - Add patch file to solve some linking problem - Remove LD_UNSAFE. Now it can be defined via LDPATH (/usr/bin/ld.bfd by default). fpc is not working with lld. We will use binutils-ports when ld.bfd is moved from base if lld not working on future version of fpc - Bump PORTREVISION
16 lines
325 B
Makefile
16 lines
325 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= devel lang
|
|
PKGNAMESUFFIX= -symbolic
|
|
|
|
COMMENT= FreePascal unit for simple expression parsing and evaluating
|
|
|
|
USES= fpc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include "${MASTERDIR}/Makefile"
|