2014-06-10 12:38:48 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libfreehand
|
2015-07-02 23:03:07 +02:00
|
|
|
PORTVERSION= 0.1.1
|
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
2017-09-10 22:55:38 +02:00
|
|
|
PORTREVISION= 7
|
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
|
|
|
|
COMMENT= Library providing ability to interpret and import Adobe/Macromedia drawings
|
|
|
|
|
|
|
|
LICENSE= LGPL21 MPL GPLv2
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS= icu-config:devel/icu
|
|
|
|
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
|
2014-06-10 12:38:48 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|