summaryrefslogtreecommitdiff
path: root/x11/fpc-x11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/fpc-x11/Makefile')
-rw-r--r--x11/fpc-x11/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/x11/fpc-x11/Makefile b/x11/fpc-x11/Makefile
deleted file mode 100644
index 16bfdb06b445..000000000000
--- a/x11/fpc-x11/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-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"