a9f08159c4
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
43 lines
1.1 KiB
Makefile
43 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.38 2003/09/28 09:13:58 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= siag-3.5.7
|
|
PKGREVISION= 2
|
|
CATEGORIES= misc textproc math
|
|
MASTER_SITES= ftp://siag.nu/pub/siag/
|
|
|
|
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
|
|
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
|
|
|
|
CONFLICTS+= antiword-[0-9]*
|
|
|
|
CONFIGURE_ARGS+=--with-x
|
|
CONFIGURE_ARGS+=--with-guile
|
|
CONFIGURE_ARGS+=--with-docdir=${PREFIX}/share/doc/siag
|
|
USE_BUILDLINK2= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_GMAKE= YES
|
|
USE_X11= YES
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.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/buildlink2.mk"
|
|
.include "../../lang/guile14/buildlink2.mk"
|
|
.include "../../graphics/xpm/buildlink2.mk"
|
|
.include "../../x11/mowitz/buildlink2.mk"
|
|
.include "../../mk/xaw.buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|