freebsd-ports/graphics/libfreehand/Makefile

30 lines
740 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= libfreehand
2017-09-20 01:45:59 +02:00
PORTVERSION= 0.1.2
PORTREVISION= 4
CATEGORIES= graphics
2014-10-07 14:28:59 +02:00
MASTER_SITES= LODEV
MAINTAINER= office@FreeBSD.org
2017-09-20 01:45:59 +02:00
COMMENT= Library for interpreting and importing Adobe/Macromedia drawings
2017-09-20 01:45:59 +02:00
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/COPYING
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
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
2017-09-20 01:45:59 +02:00
CPPFLAGS+= -I ${LOCALBASE}/include
INSTALL_TARGET= install-strip
.include <bsd.port.mk>