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
495 B
Makefile
22 lines
495 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= graphics lang
|
|
PKGNAMESUFFIX= -cairo
|
|
|
|
COMMENT= Free Pascal interface to cairo library
|
|
|
|
USES= fpc
|
|
USE_FPC= fcl-base fcl-image fcl-res pasjpeg rtl-objpas x11
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= LIBCAIRO
|
|
LIBCAIRO_DESC= Install cairo vector graphics library
|
|
OPTIONS_DEFAULT= LIBCAIRO
|
|
|
|
LIBCAIRO_LIB_DEPENDS= libcairo.so:graphics/cairo
|
|
|
|
.include "${MASTERDIR}/Makefile"
|