2014-06-10 12:38:48 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libfreehand
|
|
|
|
PORTVERSION= 0.1.0
|
2014-10-07 13:58:18 +02:00
|
|
|
PORTREVISION= 2
|
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
|
|
|
|
|
|
|
|
LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USES= libtool pathfix pkgconfig tar:xz
|
2014-06-11 18:42:14 +02:00
|
|
|
USE_LDCONFIG= yes
|
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>
|
|
|
|
|