1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/misc/kookbook/Makefile
2021-07-11 20:57:26 +02:00

21 lines
504 B
Makefile

PORTNAME= kookbook
DISTVERSION= 0.2.1
PORTREVISION= 2
CATEGORIES= misc kde
MASTER_SITES= KDE/unstable/${PORTNAME}/
MAINTAINER= kde@FreeBSD.org
COMMENT= Recipes database with Markdown support
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/lib/libmarkdown.a:textproc/discount
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz
USE_KDE= ecm_build
USE_QT= core declarative gui network printsupport widgets \
qmake_build buildtools_build testlib_build
.include <bsd.port.mk>