ebe5c91bf2
libfreehand 0.1.1 - drastical improvement of all features * fills * strokes * embedded images * embedded text - output of visible elements only in right place on the canvas - coverage from Freehand 3.0 to Freehand 11
30 lines
848 B
Makefile
30 lines
848 B
Makefile
# $NetBSD: Makefile,v 1.7 2015/06/14 16:55:23 wiz Exp $
|
|
|
|
DISTNAME= libfreehand-0.1.1
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://dev-www.libreoffice.org/src/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://dev-www.libreoffice.org/src/
|
|
COMMENT= Library for Adobe/Macromedia drawings
|
|
LICENSE= mpl-2.0
|
|
|
|
TOOL_DEPENDS+= gperf-[0-9]*:../../devel/gperf
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= perl:build pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
CONFIGURE_ARGS+= --without-docs
|
|
|
|
PKGCONFIG_OVERRIDE+= libfreehand.pc.in
|
|
|
|
.include "../../converters/libwpd/buildlink3.mk"
|
|
.include "../../converters/libwpg/buildlink3.mk"
|
|
.include "../../converters/librevenge/buildlink3.mk"
|
|
.include "../../graphics/lcms2/buildlink3.mk"
|
|
.include "../../textproc/icu/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|