diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-02-15 22:29:44 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-02-15 22:29:44 +0000 |
commit | a4314791980f4bf48e41d0f5bd99873590b34c56 (patch) | |
tree | 5d63ab969af94c2620807a530531730a3269441a /editors/abiword-plugins-devel | |
parent | 795f9b2b4288642193fd48116d3b7e89c6b01811 (diff) | |
download | ports-a4314791980f4bf48e41d0f5bd99873590b34c56.tar.gz ports-a4314791980f4bf48e41d0f5bd99873590b34c56.zip |
Notes
Diffstat (limited to 'editors/abiword-plugins-devel')
-rw-r--r-- | editors/abiword-plugins-devel/Makefile | 12 | ||||
-rw-r--r-- | editors/abiword-plugins-devel/pkg-plist | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/editors/abiword-plugins-devel/Makefile b/editors/abiword-plugins-devel/Makefile index 157327a81002..a6639167197f 100644 --- a/editors/abiword-plugins-devel/Makefile +++ b/editors/abiword-plugins-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= abiword PORTVERSION= 2.2.3 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/ @@ -183,6 +184,14 @@ PLIST_SUB+= PDB:="" PLIST_SUB+= PDB:="@comment " .endif +.if defined(WITH_PSION) +LIB_DEPENDS+= psiconv.10:${PORTSDIR}/converters/psiconv +CONFIGURE_ARGS+= --with-psion +PLIST_SUB+= PSION:="" +.else +PLIST_SUB+= PSION:="@comment " +.endif + .if defined(WITH_SDW) USE_GNOME+= libgsf CONFIGURE_ARGS+= --enable-sdw @@ -326,6 +335,9 @@ pre-everything:: .if !defined(WITH_PDB) @${ECHO_MSG} "WITH_PDB=yes Import/export Palm Database files." .endif +.if !defined(WITH_PSION) + @${ECHO_MSG} "WITH_PSION=yes Import/export Psion files." +.endif .if !defined(WITH_SDW) @${ECHO_MSG} "WITH_SDW=yes Import StarOffice 5.x files." .endif diff --git a/editors/abiword-plugins-devel/pkg-plist b/editors/abiword-plugins-devel/pkg-plist index 28c8a67f4a93..4629ec8a7950 100644 --- a/editors/abiword-plugins-devel/pkg-plist +++ b/editors/abiword-plugins-devel/pkg-plist @@ -19,6 +19,7 @@ %%NROFF:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiNroff.so %%OPENWRITER:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiOpenWriter.so %%PDB:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiPalmDoc.so +%%PSION:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiPsion.so %%SVG:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiRSVG.so %%SDW:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiSDW.so %%SHELL:%%lib/AbiWord-%%ABIVERSION%%/plugins/libAbiScriptHappy.so |