diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-02-20 13:36:51 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-02-20 13:36:51 +0000 |
commit | 6a653ecb4016bcda9516e57cc523b27d6ade733f (patch) | |
tree | 24881c751a97366b0cb669c1d20ab000d413af82 /misc/xiphos | |
parent | cec1e4047b82b1dd5f66dddc595e990ce989ab8b (diff) |
- Update to 3.0.1
Notes
Notes:
svn path=/head/; revision=228704
Diffstat (limited to 'misc/xiphos')
-rw-r--r-- | misc/xiphos/Makefile | 24 | ||||
-rw-r--r-- | misc/xiphos/distinfo | 6 | ||||
-rw-r--r-- | misc/xiphos/pkg-plist | 1 |
3 files changed, 25 insertions, 6 deletions
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index 1787f50e2f71..505a68e499d1 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xiphos -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.1 CATEGORIES= misc gnome MASTER_SITES= SF MASTER_SITE_SUBDIR= gnomesword @@ -26,6 +26,24 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+= --enable-gtkhtml --disable-maintainer-mode --enable-paratab +CONFIGURE_ARGS+= --disable-maintainer-mode --enable-paratab -.include <bsd.port.mk> +OPTIONS= XULRUNNER "Build with xulrunner (default)" off \ + GTKHTML "Build with gtkhtml" off + +.include <bsd.port.pre.mk> + +.if defined(WITH_XULRUNNER) && defined(WITH_GTKHTML) +IGNORE= choose only one of XULRUNNER or GTKHTML +.endif + +.if defined(WITH_GTKHTML) || defined(WITHOUT_XULRUNNER) +CONFIGURE_ARGS+= --enable-gtkhtml --disable-gecko +.endif + +.if !defined(WITHOUT_XULRUNNER) || !defined(WITH_GTKHTML) +USE_GECKO= xulrunner +CONFIGURE_ARGS+= --with-gecko=${GECKO} --disable-gtkhtml +.endif + +.include <bsd.port.post.mk> diff --git a/misc/xiphos/distinfo b/misc/xiphos/distinfo index df2d6b3f5e6a..c54c519a8ec0 100644 --- a/misc/xiphos/distinfo +++ b/misc/xiphos/distinfo @@ -1,3 +1,3 @@ -MD5 (xiphos-3.0.0.tar.gz) = c432b62b3187de8fa5f958b425230355 -SHA256 (xiphos-3.0.0.tar.gz) = 5a99fdf092b2bafe6b1f3f0536b67875ec90eead690780786d0c079ef4706199 -SIZE (xiphos-3.0.0.tar.gz) = 3383043 +MD5 (xiphos-3.0.1.tar.gz) = 21077061720c5f6950f60b39dca1f900 +SHA256 (xiphos-3.0.1.tar.gz) = 2bfbaaf0626d6fc737722590785b356b559fee4713810f05babc797649b18852 +SIZE (xiphos-3.0.1.tar.gz) = 4171030 diff --git a/misc/xiphos/pkg-plist b/misc/xiphos/pkg-plist index 0a9f413b1fc5..c273fa155e48 100644 --- a/misc/xiphos/pkg-plist +++ b/misc/xiphos/pkg-plist @@ -11,6 +11,7 @@ share/applications/xiphos.desktop %%DOCSDIR%%/RELEASE-NOTES %%DOCSDIR%%/TODO %%DOCSDIR%%/Xiphos.ogg +%%DOCSDIR%%/xiphos.pdf share/gnome/help/xiphos/C/authors.xml share/gnome/help/xiphos/C/figures/first_start.png share/gnome/help/xiphos/C/figures/gtkhtml3-vs-mozembed.png |