40df5f5b8c
Removed four patches -- three are integrated and antiword is removed. No longer conflict with antiword. Add patch (from OpenBSD) in attempt to fix egon. Improve DESCR. Add http download to MASTER_SITES. Don't depend on gv or gnuplot. gnuplot is optional. And I don't know why it depended on gv. This package provides its own postscript viewer. ChangeLog has: 061110 Buildability fixes for Egon. Unbundled Antiword. Corrected formatting errors in dictionary.it. Bundled o3read. 030916 Siag, PW: Ctrl-T adds sheet, Ctrl-W removes sheet. 030820 Got newest source from CVS. xsiag/window.c had to be reformatted using indent. 030309 Replaced applicationShellWidgetClass with mwApplicationShellWidgetClass. Instant drag and drop support, just like that. This means that Mowitz >= 0.3.0 is now required. Siag, PW, Egon: remove drop.[ch] and use drop functionality in Mowitz instead. Added cb_drag and cb_drop callbacks. 030304 Replaced XtAppInitialize with XtOpenApplication everywhere. 030303 Changed .cvs to .csv in common/siag.dfmext.
41 lines
1.1 KiB
Makefile
41 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.52 2008/01/09 19:16:15 reed Exp $
|
|
#
|
|
|
|
DISTNAME= siag-3.6.1
|
|
CATEGORIES= misc editors math textproc
|
|
MASTER_SITES= ftp://siag.nu/pub/siag/ \
|
|
http://siag.nu/pub/siag/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://siag.nu/
|
|
COMMENT= Poor man's office suite with spreadsheet, word processor, etc
|
|
|
|
#DEPENDS+= gv>=3.5.8nb1:../../print/gv
|
|
#DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--with-x
|
|
CONFIGURE_ARGS+=--with-guile
|
|
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"
|
|
CONFIGURE_ARGS+=--with-xawm=Xaw3d
|
|
.elif ${XAW_TYPE} == "neXtaw"
|
|
CONFIGURE_ARGS+=--with-xawm=neXtaw
|
|
.else
|
|
CONFIGURE_ARGS+=--with-xawm=Xaw
|
|
.endif
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../lang/guile16/buildlink3.mk"
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../x11/mowitz/buildlink3.mk"
|
|
.include "../../mk/xaw.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|