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
|
2009-07-31 15:57:52 +02:00
|
|
|
PORTREVISION= 2
|
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
|
|
|
|
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
|
|
|
|
|
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
|
2008-05-17 00:09:24 +02:00
|
|
|
ALL_TARGET= -j`${SYSCTL} -n hw.ncpu`
|
2007-04-20 22:20:56 +02:00
|
|
|
|
|
|
|
CONFIGURE_ARGS+=--without-docs
|
2003-06-03 05:16:23 +02:00
|
|
|
|
2005-07-04 16:01:12 +02:00
|
|
|
.include <bsd.port.mk>
|