mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
22 lines
496 B
Makefile
22 lines
496 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= x11 lang
|
|
PKGNAMESUFFIX= -x11
|
|
|
|
COMMENT= Free Pascal interface to X windows server
|
|
|
|
USE_FPC= yes
|
|
|
|
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"
|