aboutsummaryrefslogblamecommitdiff
path: root/misc/kookbook/Makefile
blob: a40879da352ed342a6a727ac508a28f0c949269c (plain) (tree)
1
2
3
4
5
6
7
8
9

                        
                 




                                                      
                                               



                                 
                                                
 
                                                           
                         
                                                                   
                                                          

                      
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>