freebsd-ports/textproc/libwps/Makefile
Baptiste Daroussin e8eeb36983 - update to 0.2.4
Feature safe:	yes
2011-12-03 21:22:52 +00:00

30 lines
658 B
Makefile

# New ports collection makefile for: libwps
# Date created: 2008-04-16
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libwps
PORTVERSION= 0.2.4
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= office@FreeBSD.org
COMMENT= A Microsoft file word processor format import filter library
LICENSE= LGPL21
LIB_DEPENDS= wpd-0.9.9:${PORTSDIR}/textproc/libwpd
USE_AUTOTOOLS= libtool
USE_GNOME= gnomehack gnomeprefix ltverhack
USE_LDCONFIG= yes
.if defined(NOPORTDOCS)
CONFIGURE_ARGS= --without-docs
.else
BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
.endif
.include <bsd.port.mk>