1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/graphics/yagf/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

39 lines
1003 B
Makefile

# Created by: Boris Samorodov <bsam@FreeBSD.org>
# $FreeBSD$
PORTNAME= yagf
PORTVERSION= 0.9.5
CATEGORIES= graphics
MASTER_SITES= SF/yagf-ocr
MAINTAINER= bsam@FreeBSD.org
COMMENT= Graphical interface for an OCR program (cuneiform and tesseract)
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libaspell.so:textproc/aspell
ONLY_FOR_ARCHS= i386 amd64
OPTIONS_MULTI= OCRENGINE
OPTIONS_MULTI_OCRENGINE=CUNEIFORM TESSERACT
CUNEIFORM_DESC= Cuneiform OCR engine
CUNEIFORM_RUN_DEPENDS= cuneiform:graphics/cuneiform
TESSERACT_DESC= Tesseract OCR engine
TESSERACT_RUN_DEPENDS= tesseract:graphics/tesseract
OPTIONS_DEFAULT= CUNEIFORM
USES= cmake desktop-file-utils pkgconfig
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
USE_QT4= corelib gui imageformats linguist_build \
moc_build qmake_build rcc_build uic_build
PLIST_FILES= bin/yagf lib/yagf/libxspreload.so share/applications/YAGF.desktop\
share/icons/hicolor/96x96/apps/yagf.png share/pixmaps/yagf.png
PORTDATA= *
.include <bsd.port.mk>