1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/graphics/libwpg/Makefile
Dima Panov 33a6d881fa - Update textproc/libwpd to 0.9.8 release [1]
- Pass maintainerhip of libwp[d|g] to office@ team

Submitted by:	jkim via email [1]
2013-05-21 02:35:34 +00:00

37 lines
759 B
Makefile

# $FreeBSD$
PORTNAME= libwpg
PORTVERSION= 0.2.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= wpd-0.9:${PORTSDIR}/textproc/libwpd
USE_AUTOTOOLS= libtool
USES= pkgconfig
USE_GNOME= gnomeprefix gnomehack ltverhack
USE_BZIP2= yes
USE_PERL5= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-werror
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
PORTDOCS= *
.else
post-patch:
@${REINPLACE_CMD} -E '/^SUBDIRS = /s/docs//g' ${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>