summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-02-04 02:46:31 +0000
committerrillig <rillig@pkgsrc.org>2006-02-04 02:46:31 +0000
commit10c1f397c27ed8fc75862b02b9b4d563dd8f553e (patch)
tree60d14c038e96c3d72a66899b0ac5bc8f22906cb7 /misc
parentdc0566927261a59f37c4b615c0ecec18b2b696aa (diff)
downloadpkgsrc-10c1f397c27ed8fc75862b02b9b4d563dd8f553e.tar.gz
BUILD_DEFS+=XAW_TYPE. Bumped PKGREVISION. Tried to update to 3.6.0, but
failed.
Diffstat (limited to 'misc')
-rw-r--r--misc/siag/Makefile23
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"