mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
fb698551f1
Approved by: portmgr (blanket)
29 lines
669 B
Makefile
29 lines
669 B
Makefile
PORTNAME= lasem
|
|
PORTVERSION= 0.5.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= textproc gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= SVG/Mathml renderer and editor
|
|
WWW= https://wiki.gnome.org/Projects/Lasem
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= stixfonts>0:x11-fonts/stix-fonts
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
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>
|