mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
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
454 B
Makefile
22 lines
454 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= x11 lang
|
|
PKGNAMESUFFIX= -x11
|
|
PORTREVISION= 3
|
|
|
|
COMMENT= Free Pascal interface to X windows server
|
|
|
|
USES= fpc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= X11
|
|
X11_DESC= Install X libraries
|
|
OPTIONS_DEFAULT= X11
|
|
|
|
X11_USE= XORG=xcursor,xfont,xxf86dga,xxf86vm,xi,xinerama,xkbfile,xrandr,xrender,xres,xv
|
|
|
|
.include "${MASTERDIR}/Makefile"
|