2014-06-10 12:38:48 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libfreehand
|
2017-09-20 01:45:59 +02:00
|
|
|
PORTVERSION= 0.1.2
|
2017-11-09 03:31:47 +01:00
|
|
|
PORTREVISION= 4
|
2014-06-10 12:38:48 +02:00
|
|
|
CATEGORIES= graphics
|
2014-10-07 14:28:59 +02:00
|
|
|
MASTER_SITES= LODEV
|
2014-06-10 12:38:48 +02:00
|
|
|
|
|
|
|
MAINTAINER= office@FreeBSD.org
|
2017-09-20 01:45:59 +02:00
|
|
|
COMMENT= Library for interpreting and importing Adobe/Macromedia drawings
|
2014-06-10 12:38:48 +02:00
|
|
|
|
2017-09-20 01:45:59 +02:00
|
|
|
LICENSE= MPL20
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2014-06-10 12:38:48 +02:00
|
|
|
|
2017-09-20 01:45:59 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/cstdint.hpp:devel/boost-libs \
|
|
|
|
cppunit-config:devel/cppunit \
|
|
|
|
icu-config:devel/icu
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= liblcms2.so:graphics/lcms2 \
|
|
|
|
librevenge-0.0.so:textproc/librevenge
|
2014-06-10 12:38:48 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2015-07-03 01:53:12 +02:00
|
|
|
USES= compiler:c++11-lang gperf perl5 libtool pathfix pkgconfig tar:xz
|
2014-06-11 18:42:14 +02:00
|
|
|
USE_LDCONFIG= yes
|
2014-10-07 14:31:19 +02:00
|
|
|
USE_PERL5= build
|
2014-10-07 13:58:18 +02:00
|
|
|
CONFIGURE_ARGS= --disable-werror --without-docs
|
2017-09-20 01:45:59 +02:00
|
|
|
CPPFLAGS+= -I ${LOCALBASE}/include
|
2014-06-10 12:38:48 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|