freebsd-ports/graphics/libwpg/Makefile
Pietro Cerutti 95060ed2f8 - USES shebangfix + tar:bzip2
PR:		188943
Approved by:	bapt (portmgr)
2014-04-24 11:28:11 +00:00

28 lines
660 B
Makefile

# $FreeBSD$
PORTNAME= libwpg
PORTVERSION= 0.2.2
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= office@FreeBSD.org
COMMENT= Library and tools to work with WordPerfect Graphics (WPG) files
LICENSE= LGPL21 MPL
LICENSE_COMB= dual
LIB_DEPENDS= libwpd-0.9.so:${PORTSDIR}/textproc/libwpd
USES= libtool:keepla pathfix perl5 pkgconfig shebangfix tar:bzip2
SHEBANG_FILES= ${WRKSRC}/src/conv/svg/wpg2svgbatch.pl
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-werror
OPTIONS_DEFINE= DOCS
DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
PORTDOCS= *
.include <bsd.port.mk>