diff options
Diffstat (limited to 'multimedia/ccextractor-gui/Makefile')
| -rw-r--r-- | multimedia/ccextractor-gui/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/multimedia/ccextractor-gui/Makefile b/multimedia/ccextractor-gui/Makefile new file mode 100644 index 000000000000..30849c3bc827 --- /dev/null +++ b/multimedia/ccextractor-gui/Makefile @@ -0,0 +1,20 @@ +PKGNAMESUFFIX= -gui +COMMENT= subtitle extractor (GUI) + +RUN_DEPENDS= ccextractor:multimedia/ccextractor +LIB_DEPENDS= libglfw.so:graphics/glfw + +USES= gl xorg +USE_GL= glew gl glu opengl +USE_XORG= x11 xinerama xcursor xi xrandr xxf86vm + +# always show the OCR menu option +CFLAGS= -DENABLE_OCR +ALL_TARGET= ccextractorGUI + +CONFIGURE_ARGS= --with-gui --without-rust +CFLAGS+= -DNK_INCLUDE_FIXED_TYPES + +MASTERDIR= ${.CURDIR}/../ccextractor + +.include "${MASTERDIR}/Makefile.master" |
