freebsd-ports/graphics/libfreehand/Makefile

25 lines
560 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= libfreehand
PORTVERSION= 0.1.0
2014-10-07 13:58:18 +02:00
PORTREVISION= 2
CATEGORIES= graphics
2014-10-07 13:58:18 +02:00
MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/
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
INSTALL_TARGET= install-strip
.include <bsd.port.mk>