summaryrefslogtreecommitdiffstats
path: root/editors/morla/Makefile
blob: 415b3b30bb7ce84958be56436b130ee2d0eb194c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Created by: Nicola Vitale <nivit@email.it>
# $FreeBSD$

PORTNAME=	morla
PORTVERSION=	0.16.1
PORTREVISION=	3
CATEGORIES=	editors textproc
MASTER_SITES=	http://www.morlardf.net/src/ \
		http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/

MAINTAINER=	nivit@FreeBSD.org
COMMENT=	A RDF editor

LIB_DEPENDS=	nxml.18:${PORTSDIR}/textproc/libnxml \
		rdf.0:${PORTSDIR}/textproc/redland \
		raptor2.0:${PORTSDIR}/textproc/raptor2 \
		curl.6:${PORTSDIR}/ftp/curl
BUILD_DEPENDS=	dot:${PORTSDIR}/graphics/graphviz
RUN_DEPENDS=	dot:${PORTSDIR}/graphics/graphviz

OPTIONS_DEFINE=	XULRUNNER
XULRUNNER_DESC=	Xulrunner as JavaScript engine

GNU_CONFIGURE=	yes
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
CONFIGURE_ARGS=	--with-gconf=auto
USES=		gettext
USE_GNOME=	gconf2 libgtkhtml libxslt
USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}

MAN1=	morla.1

DESKTOP_ENTRIES="morla" \
		"Edit RDF documents" \
		"${DATADIR}/icons/128_color.png" \
		"morla" \
		"WebDevelopment;" \
		true

post-patch:
	@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \
		${WRKSRC}/configure

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MXULRUNNER}
USE_GECKO=	libxul19
CONFIGURE_ARGS+=	--with-javascript=xulrunner
.else
CONFIGURE_ARGS+=	--with-javascript=none
.endif

.include <bsd.port.mk>
OpenPOWER on IntegriCloud