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
21 lines
471 B
Makefile
21 lines
471 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= x11-toolkits lang
|
|
PKGNAMESUFFIX= -gtk2
|
|
|
|
COMMENT= Free Pascal interface to the GTK2 libraries
|
|
|
|
USES= fpc
|
|
USE_FPC= cairo fcl-base fcl-image fcl-res pasjpeg rtl-objpas x11
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= GTK2
|
|
GTK2_DESC= Gimp Toolkit for X11 GUI (version 2.x)
|
|
OPTIONS_DEFAULT= GTK2
|
|
|
|
GTK2_USE= GNOME=gtk20
|
|
|
|
.include "${MASTERDIR}/Makefile"
|