aboutsummaryrefslogtreecommitdiff
path: root/textproc/lasem/Makefile
blob: 80235419c006efcd931f44fc6cf4bcd2debe354d (plain) (blame)
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
# Created by: Olivier Duchateau <olivierd@FreeBSD.org>

PORTNAME=	lasem
PORTVERSION=	0.5.1
PORTREVISION=	2
CATEGORIES=	textproc gnome
MASTER_SITES=	GNOME
DIST_SUBDIR=	gnome3

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	SVG/Mathml renderer and editor

OPTIONS_DEFINE=	DOCS

LICENSE=	GPLv2

RUN_DEPENDS=	stixfonts>0:x11-fonts/stix-fonts

GNU_CONFIGURE=	yes
USES=		gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz
USE_GNOME=	glib20 pango intltool gdkpixbuf2 libxml2 introspection:build

CONFIGURE_ARGS=	--disable-gtk-doc-html \
	--without-html-dir
INSTALL_TARGET=	install-strip
MAKE_ARGS=	lasemdocdir=${DOCSDIR}

.include <bsd.port.mk>