mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
33a6d881fa
- Pass maintainerhip of libwp[d|g] to office@ team Submitted by: jkim via email [1]
37 lines
759 B
Makefile
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>
|