diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2010-05-27 23:07:52 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2010-05-27 23:07:52 +0000 |
commit | 39152df8fa1c37a4693397a1a79c177fc2ef2b86 (patch) | |
tree | 90b45bf99967aec4207ab2fd4f2d87a2baf1aac3 /misc/xiphos | |
parent | a28545a1d0d5bc45a9367329f57d23061f52a10e (diff) | |
download | ports-39152df8fa1c37a4693397a1a79c177fc2ef2b86.tar.gz ports-39152df8fa1c37a4693397a1a79c177fc2ef2b86.zip |
Notes
Diffstat (limited to 'misc/xiphos')
-rw-r--r-- | misc/xiphos/Makefile | 24 | ||||
-rw-r--r-- | misc/xiphos/pkg-plist | 1 |
2 files changed, 4 insertions, 21 deletions
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index 915aa22fc260..ab53a195b1b6 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -7,7 +7,7 @@ PORTNAME= xiphos PORTVERSION= 3.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc gnome MASTER_SITES= SF/gnomesword/Xiphos/${PORTVERSION} @@ -28,24 +28,6 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/nspr" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+= --disable-maintainer-mode +CONFIGURE_ARGS+= --disable-maintainer-mode --without-gecko -OPTIONS= LIBXUL "Build with libxul" on \ - GTKHTML "Build with gtkhtml" off \ - -.include <bsd.port.pre.mk> - -.if defined(WITH_LIBXUL) && defined(WITH_GTKHTML) -IGNORE= choose only one of LIBXUL or GTKHTML -.endif - -.if defined(WITH_GTKHTML) || defined(WITHOUT_LIBXUL) -CONFIGURE_ARGS+= --without-gecko -.endif - -.if !defined(WITHOUT_LIBXUL) || !defined(WITH_GTKHTML) -USE_GECKO= libxul -CONFIGURE_ARGS+= --with-gecko=${GECKO} --with-gecko-home=${LOCALBASE}/lib/libxul -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/misc/xiphos/pkg-plist b/misc/xiphos/pkg-plist index 2a2b167c3925..af5b1e0390e0 100644 --- a/misc/xiphos/pkg-plist +++ b/misc/xiphos/pkg-plist @@ -256,4 +256,5 @@ share/pixmaps/xiphos/xiphos.xpm @dirrm share/gnome/help/xiphos/C/figures @dirrm share/gnome/help/xiphos/C @dirrm share/gnome/help/xiphos +@dirrmtry share/applications @dirrm %%DOCSDIR%% |