diff options
author | Will Andrews <will@FreeBSD.org> | 2003-06-03 03:16:23 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-06-03 03:16:23 +0000 |
commit | ce55c96529919ae5dc471f859daf37814ef820c2 (patch) | |
tree | 569af5e3f50dfb9a0fd1be54c1119024a216c2fc /textproc/libwpd/Makefile | |
parent | f255b473bde5c4a00a4c51847e67226fddf604b8 (diff) | |
download | ports-ce55c96529919ae5dc471f859daf37814ef820c2.tar.gz ports-ce55c96529919ae5dc471f859daf37814ef820c2.zip |
Notes
Diffstat (limited to 'textproc/libwpd/Makefile')
-rw-r--r-- | textproc/libwpd/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/libwpd/Makefile b/textproc/libwpd/Makefile new file mode 100644 index 000000000000..2485022f4698 --- /dev/null +++ b/textproc/libwpd/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: libwpd +# Date created: Mon May 19 09:09:10 PDT 2003 +# Whom: reed@pugetsoundtechnology.com +# +# $FreeBSD$ +# + +PORTNAME= libwpd +PORTVERSION= 0.4.0 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= libwpd + +MAINTAINER= reed@pugetsoundtechnology.com +COMMENT= Tools for importing and exporting WordPerfect(tm) documents + +LIB_DEPENDS= gsf-1.9:${PORTSDIR}/devel/libgsf + +USE_GMAKE= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |