1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/graphics/libwpg/Makefile
Baptiste Daroussin 8eced4b23d Convert to USES=libtool
Remove useless USE_GNOME=gnomeprefix
Remove now useless DOCS patches
2014-03-02 22:24:04 +00:00

29 lines
593 B
Makefile

# $FreeBSD$
PORTNAME= libwpg
PORTVERSION= 0.2.2
PORTREVISION= 1
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 pkgconfig perl5 pathfix
USE_BZIP2= yes
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>