diff options
Diffstat (limited to 'misc/siag')
-rw-r--r-- | misc/siag/Makefile | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/misc/siag/Makefile b/misc/siag/Makefile index 3a055350272..1ca31caf171 100644 --- a/misc/siag/Makefile +++ b/misc/siag/Makefile @@ -1,13 +1,16 @@ -# $NetBSD: Makefile,v 1.45 2005/06/01 18:03:05 jlam Exp $ +# $NetBSD: Makefile,v 1.46 2006/02/04 02:46:31 rillig Exp $ # +# Note: I have tried to update this package to 3.6.0, but there were +# some undefined identifiers "DndDrop" and "DndRawData" in the +# xsiag/window.c file. -DISTNAME= siag-3.5.7 -PKGREVISION= 4 -CATEGORIES= misc textproc math -MASTER_SITES= ftp://siag.nu/pub/siag/ +DISTNAME= siag-3.5.7 +PKGREVISION= 5 +CATEGORIES= misc textproc math +MASTER_SITES= ftp://siag.nu/pub/siag/ -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://siag.nu/ +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://siag.nu/ COMMENT= Poor man's office suite with spreadsheet, word processor, etc DEPENDS+= gv>=3.5.8nb1:../../print/gv @@ -15,14 +18,16 @@ DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot CONFLICTS+= antiword-[0-9]* +GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-x CONFIGURE_ARGS+=--with-guile -CONFIGURE_ARGS+=--with-docdir=${PREFIX}/share/doc/siag -GNU_CONFIGURE= YES +CONFIGURE_ARGS+=--with-docdir=${PREFIX:Q}/share/doc/siag USE_TOOLS+= gmake .include "../../mk/bsd.prefs.mk" +BUILD_DEFS+= XAW_TYPE + .if ${XAW_TYPE} == "xpm" CONFIGURE_ARGS+=--with-xawm=XawXpm .elif ${XAW_TYPE} == "3d" |