blob: a3069d3d8e69c62c404a17c048b23d1cf671978a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# $NetBSD: Makefile,v 1.27 2002/09/03 22:40:37 wiz Exp $
#
DISTNAME= siag-3.1.20
PKGREVISION= 1
CATEGORIES= misc textproc math
MASTER_SITES= ftp://ftp.edu.stockholm.se/pub/siag/
MAINTAINER= packages@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
CONFIGURE_ARGS= --with-x --with-guile --includedir=${BUILDLINK_DIR}/include
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_GMAKE= YES
USE_X11= YES
CFLAGS+= -Dunix
_STRIPFLAG_INSTALL=
XAW_TYPE?= 3d
.include "../../devel/ncurses/buildlink2.mk"
.include "../../lang/guile/buildlink2.mk"
.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/xaw.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|