freebsd-ports/textproc/lasem/Makefile
Antoine Brodin 364abe76fd Switch some dependencies from a directory name or a file generated by pkg-install
to a package name,  as the former can't be attributed to a package
2015-01-24 15:07:39 +00:00

27 lines
625 B
Makefile

# Created by: Olivier Duchateau <olivierd@FreeBSD.org>
# $FreeBSD$
PORTNAME= lasem
PORTVERSION= 0.4.1
PORTREVISION= 1
CATEGORIES= textproc gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= SVG/Mathml renderer and editor
LICENSE= GPLv2
RUN_DEPENDS= stixfonts>0:${PORTSDIR}/x11-fonts/stix-fonts
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= glib20 pango intltool gdkpixbuf2 libxml2 introspection:build
CONFIGURE_ARGS= --disable-gtk-doc-html \
--without-html-dir
.include <bsd.port.mk>