8c8a336495
when GENERIC kernel is not used. - Rebuild bootstrap (ppcx64 and ppc386) with new changes - Bump PORTREVISION PR: 239135 Reported by: fbsdbugs4 at sentry.org
23 lines
469 B
Makefile
23 lines
469 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 6
|
|
CATEGORIES= x11 lang
|
|
PKGNAMESUFFIX= -x11
|
|
|
|
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_USES= xorg
|
|
X11_USE= XORG=xcursor,xfont,xxf86dga,xxf86vm,xi,xinerama,xkbfile,xrandr,xrender,xres,xv
|
|
|
|
.include "${MASTERDIR}/Makefile"
|