freebsd-ports/graphics/libfreehand/Makefile

27 lines
621 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= libfreehand
2015-07-02 23:03:07 +02:00
PORTVERSION= 0.1.1
PORTREVISION= 7
CATEGORIES= graphics
2014-10-07 14:28:59 +02:00
MASTER_SITES= LODEV
MAINTAINER= office@FreeBSD.org
COMMENT= Library providing ability to interpret and import Adobe/Macromedia drawings
LICENSE= LGPL21 MPL GPLv2
LICENSE_COMB= dual
BUILD_DEPENDS= icu-config:devel/icu
LIB_DEPENDS= liblcms2.so:graphics/lcms2 \
librevenge-0.0.so:textproc/librevenge
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
INSTALL_TARGET= install-strip
.include <bsd.port.mk>