4b5930e48a
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
22 lines
465 B
Makefile
22 lines
465 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= x11-toolkits lang
|
|
PKGNAMESUFFIX= -xforms
|
|
|
|
COMMENT= X-Forms interface for Free Pascal
|
|
|
|
USES= fpc
|
|
USE_FPC= x11
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= EXAMPLES XFORMS
|
|
XFORMS_DESC= Install xforms graphical user interface toolkit
|
|
OPTIONS_DEFAULT= XFORMS
|
|
|
|
XFORMS_LIB_DEPENDS= libforms.so:x11-toolkits/xforms
|
|
|
|
.include "${MASTERDIR}/Makefile"
|