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
|
2007-04-21 01:11:48 +02:00
|
|
|
PORTVERSION= 0.8.9
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2003-06-03 05:16:23 +02:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= libwpd
|
|
|
|
|
2005-10-03 20:39:33 +02:00
|
|
|
MAINTAINER= mi@aldan.algebra.com
|
2003-06-03 05:16:23 +02:00
|
|
|
COMMENT= Tools for importing and exporting WordPerfect(tm) documents
|
|
|
|
|
|
|
|
USE_GMAKE= 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
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+=--without-docs
|
2003-06-03 05:16:23 +02:00
|
|
|
|
2005-07-04 16:01:12 +02:00
|
|
|
.include <bsd.port.mk>
|