Changeset View
Changeset View
Standalone View
Standalone View
head/textproc/kf5-sonnet/Makefile
| # Created by: tcberner | # Created by: tcberner | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= sonnet | PORTNAME= sonnet | ||||
| PORTVERSION= ${KDE_FRAMEWORKS_VERSION} | PORTVERSION= ${KDE_FRAMEWORKS_VERSION} | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= textproc kde kde-frameworks | CATEGORIES= textproc kde kde-frameworks | ||||
| MAINTAINER= kde@FreeBSD.org | MAINTAINER= kde@FreeBSD.org | ||||
| COMMENT= KF5 plugin-based spell checking library | COMMENT= KF5 plugin-based spell checking library | ||||
| LIB_DEPENDS= libaspell.so:textproc/aspell \ | LIB_DEPENDS= libaspell.so:textproc/aspell \ | ||||
| libhunspell-1.6.so:textproc/hunspell | libhunspell-1.6.so:textproc/hunspell | ||||
| USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz | USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz | ||||
| USE_KDE= ecm | USE_KDE= ecm | ||||
| USE_QT5= buildtools_build core gui linguisttools qmake_build \ | USE_QT5= buildtools_build core gui linguisttools qmake_build \ | ||||
| testlib widgets | testlib widgets | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||