aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libwpg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libwpg/Makefile')
-rw-r--r--graphics/libwpg/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/libwpg/Makefile b/graphics/libwpg/Makefile
index ccb3eda0d268..41087b871fe6 100644
--- a/graphics/libwpg/Makefile
+++ b/graphics/libwpg/Makefile
@@ -7,23 +7,25 @@
PORTNAME= libwpg
PORTVERSION= 0.2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= fluffy@FreeBSD.org
-COMMENT= Library for importing and converting Corel WordPerfect(tm) Graphics images
-
-LIB_DEPENDS= wpd-0.9.9:${PORTSDIR}/textproc/libwpd
+COMMENT= Library and tools to work with WordPerfect Graphics (WPG) files
LICENSE= LGPL20
+LIB_DEPENDS= wpd-0.9:${PORTSDIR}/textproc/libwpd
+
USE_AUTOTOOLS= libtool
USE_GNOME= gnomeprefix gnomehack ltverhack
USE_BZIP2= yes
USE_PERL5= yes
USE_LDCONFIG= yes
+PORTDOCS= *
+
.if !defined(NOPORTDOCS)
BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
.else