summaryrefslogtreecommitdiffstats
path: root/editors/abiword-plugins/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2004-07-24 05:09:20 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2004-07-24 05:09:20 +0800
commit8148d009350228b6d76aa6c82953a121674f3d5a (patch)
treed1198042df2df2e8aa76e267d49dc69089ba8450 /editors/abiword-plugins/Makefile
parenta7a42d75ef04a18b2e4fc01d49fac49e22a0bf13 (diff)
downloadmarcuscom-ports-8148d009350228b6d76aa6c82953a121674f3d5a.tar
marcuscom-ports-8148d009350228b6d76aa6c82953a121674f3d5a.tar.gz
marcuscom-ports-8148d009350228b6d76aa6c82953a121674f3d5a.tar.bz2
marcuscom-ports-8148d009350228b6d76aa6c82953a121674f3d5a.tar.lz
marcuscom-ports-8148d009350228b6d76aa6c82953a121674f3d5a.tar.xz
marcuscom-ports-8148d009350228b6d76aa6c82953a121674f3d5a.tar.zst
marcuscom-ports-8148d009350228b6d76aa6c82953a121674f3d5a.zip
- Enable AIKSAURUS knob, aiksaurus(-gtk) have been committed in the offical
ports tree. Also, add in pkg-plist. It works great, btw! :-) - Filled out the pkg-descr. I never realized that it was empty, which I have forgotten to save in VIM. <sign> Althought, I redone a better version of it. - AbiWord-2.2 -> AbiWord-%%ABIVERSION%% in pkg-plist. - Make the portlint a very happy man. - With those changes; it's worth to bump the PORTREVISION. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2544 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/abiword-plugins/Makefile')
-rw-r--r--editors/abiword-plugins/Makefile26
1 files changed, 13 insertions, 13 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile
index 71c4e96a7..325daebb8 100644
--- a/editors/abiword-plugins/Makefile
+++ b/editors/abiword-plugins/Makefile
@@ -7,12 +7,13 @@
PORTNAME= abiword
PORTVERSION= 2.1.3
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
MASTER_SITE_SUBDIR= abiword
-DIST_SUBDIR= AbiWord
PKGNAMESUFFIX= -plugins
+DIST_SUBDIR= AbiWord
MAINTAINER= gnome@FreeBSD.org
COMMENT= Multi-plugins for AbiWord
@@ -32,7 +33,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CONFIGURE_ARGS= --disable-all
MAKEFILE= GNUmakefile
-
WRKSRC= ${WRKDIR}/abiword-${PORTVERSION}/abiword-plugins
MD5_FILE= ${.CURDIR}/../AbiWord2/distinfo
@@ -41,13 +41,13 @@ PLIST_SUB+= "ABIVERSION=${ABIVERSION}"
# NOTE: Please, keep those knobs in the ABC's order.
-# Not yet, need to port Aiksaurus: http://aiksaurus.sourceforge.net
-#.if defined(WITH_AIKSAURUS) || defined(PACKAGE_BUILDING)
-#CONFIGURE_ARGS+= --enable-aiksaurus
-#PLIST_SUB+= AIKSAURUS:=""
-#.else
-#PLIST_SUB+= AIKSAURUS:="@comment "
-#.endif
+.if defined(WITH_AIKSAURUS) || defined(PACKAGE_BUILDING)
+LIB_DEPENDS+= AiksaurusGTK-1.2.0:${PORTSDIR}/textproc/aiksaurus-gtk
+CONFIGURE_ARGS+= --enable-aiksaurus
+PLIST_SUB+= AIKSAURUS:=""
+.else
+PLIST_SUB+= AIKSAURUS:="@comment "
+.endif
.if defined(WITH_APPLIX) || defined(PACKAGE_BUILDING)
CONFIGURE_ARGS+= --enable-applix
@@ -122,7 +122,7 @@ PLIST_SUB+= GDICT:="@comment "
.endif
.if defined(WITH_GIMP) # Doesn't work, can't load plugin.
-#RUN_DEPENDS+=
+#RUN_DEPENDS+=
CONFIGURE_ARGS+= --enable-abigimp
PLIST_SUB+= GIMP:=""
.else
@@ -309,9 +309,9 @@ PLIST_SUB+= SVG:="@comment "
pre-everything::
@${ECHO_MSG} "You may specify the following on the command line:"
@${ECHO_MSG} ""
-#.if !defined(WITH_AIKSAURUS)
-# @${ECHO_MSG} "WITH_AIKSAURUS=yes English language thesaurus."
-#.endif
+.if !defined(WITH_AIKSAURUS)
+ @${ECHO_MSG} "WITH_AIKSAURUS=yes English language thesaurus."
+.endif
.if !defined(WITH_APPLIX)
@${ECHO_MSG} "WITH_APPLIX=yes Import/Export Applix Word files."
.endif