freebsd-ports/textproc/libwpd/Makefile
Jung-uk Kim b76ada9ce9 - Update to 0.9.7.
- Update license.  It is now dual-licensed under MPL2+ and LGPL2.1+.
- Trim Makefile header.

Approved by:	fluffy (maintainer)
2013-04-22 18:44:24 +00:00

27 lines
615 B
Makefile

# Created by: reed@pugetsoundtechnology.com
# $FreeBSD$
PORTNAME= libwpd
PORTVERSION= 0.9.7
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= fluffy@FreeBSD.org
COMMENT= Tools for importing and exporting WordPerfect(tm) documents
LICENSE= LGPL21 MPL
LICENSE_COMB= dual
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehack libgsf
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
CONFIGURE_ARGS+=--disable-werror --without-docs
PLIST_SUB= MAJVER=${PORTVERSION:R}
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS = / s| docs||' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>