summaryrefslogtreecommitdiff
path: root/graphics/fpc-opengl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/fpc-opengl/Makefile')
-rw-r--r--graphics/fpc-opengl/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/graphics/fpc-opengl/Makefile b/graphics/fpc-opengl/Makefile
deleted file mode 100644
index e71a3b535f6d..000000000000
--- a/graphics/fpc-opengl/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-CATEGORIES= graphics lang
-PKGNAMESUFFIX= -opengl
-
-COMMENT= Free Pascal interface to the OpenGL library
-
-USES= fpc
-USE_FPC= x11
-
-MASTERDIR= ${.CURDIR}/../../lang/fpc
-WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR= ${WRKUNITDIR}
-
-OPTIONS_DEFINE= EXAMPLES OPENGL
-OPENGL_DESC= Install opengl libraries
-OPTIONS_DEFAULT= OPENGL
-
-OPENGL_USES= gl
-OPENGL_USE= GL=glut
-HAVE_EXAMPLES= yes
-
-.include "${MASTERDIR}/Makefile"