2003-06-03 05:16:23 +02:00
|
|
|
# New ports collection makefile for: libwpd
|
|
|
|
# Date created: Mon May 19 09:09:10 PDT 2003
|
|
|
|
# Whom: reed@pugetsoundtechnology.com
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libwpd
|
2008-05-17 00:09:24 +02:00
|
|
|
PORTVERSION= 0.8.14
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 3
|
2003-06-03 05:16:23 +02:00
|
|
|
CATEGORIES= textproc
|
2009-08-22 02:37:17 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
2003-06-03 05:16:23 +02:00
|
|
|
|
2011-01-03 12:51:29 +01:00
|
|
|
MAINTAINER= fluffy@FreeBSD.org
|
2003-06-03 05:16:23 +02:00
|
|
|
COMMENT= Tools for importing and exporting WordPerfect(tm) documents
|
|
|
|
|
2011-01-03 12:51:29 +01:00
|
|
|
LATEST_LINK= ${PORTNAME}08
|
|
|
|
|
|
|
|
LICENSE= LGPL21
|
|
|
|
|
2008-05-17 00:09:24 +02:00
|
|
|
USE_BZIP2= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-05-31 14:29:19 +02:00
|
|
|
USE_GNOME= gnomehack libgsf
|
2007-04-20 22:20:56 +02:00
|
|
|
USE_LDCONFIG= yes
|
2011-01-03 12:51:29 +01:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2007-04-20 22:20:56 +02:00
|
|
|
|
|
|
|
CONFIGURE_ARGS+=--without-docs
|
2003-06-03 05:16:23 +02:00
|
|
|
|
2011-01-03 12:51:29 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -E '/^SUBDIRS = /s/conv//g' ${WRKSRC}/src/Makefile.in
|
|
|
|
|
2005-07-04 16:01:12 +02:00
|
|
|
.include <bsd.port.mk>
|