1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/misc/kookbook/Makefile
Felix Palmen ddae4e92d8 Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
2022-09-11 12:20:14 +02:00

22 lines
524 B
Makefile

PORTNAME= kookbook
DISTVERSION= 0.2.1
PORTREVISION= 3
CATEGORIES= misc kde
MASTER_SITES= KDE/unstable/${PORTNAME}/
MAINTAINER= kde@FreeBSD.org
COMMENT= Recipes database with Markdown support
WWW= https://pusling.com/blog/?p=499
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libmarkdown.so: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>