2001-03-22 14:30:58 +01:00
|
|
|
# $NetBSD: Makefile,v 1.20 2001/03/22 13:31:23 wiz Exp $
|
1998-12-04 04:48:34 +01:00
|
|
|
|
1999-07-13 19:52:41 +02:00
|
|
|
DISTNAME= siag-3.1.20
|
1998-12-04 04:48:34 +01:00
|
|
|
CATEGORIES= misc textproc math
|
|
|
|
MASTER_SITES= ftp://ftp.edu.stockholm.se/pub/siag/
|
|
|
|
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
|
|
HOMEPAGE= http://www.edu.stockholm.se/siag/
|
2001-02-17 18:52:59 +01:00
|
|
|
COMMENT= Poor man's office suite with spreadsheet, word processor, etc
|
1998-12-04 04:48:34 +01:00
|
|
|
|
|
|
|
DEPENDS+= gv-3.5.8:../../print/gv
|
2001-03-22 14:30:58 +01:00
|
|
|
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
|
2001-01-07 05:26:31 +01:00
|
|
|
DEPENDS+= guile>=1.3:../../lang/guile
|
1998-12-04 04:48:34 +01:00
|
|
|
|
1999-07-13 19:52:41 +02:00
|
|
|
CONFIGURE_ARGS= --with-x --with-guile --includedir=${PREFIX}/include
|
2000-08-24 01:14:21 +02:00
|
|
|
GNU_CONFIGURE= YES
|
2001-01-07 05:26:31 +01:00
|
|
|
USE_CURSES= YES
|
|
|
|
REPLACE_NCURSES= ${WRKSRC}/tsiag/window.c ${WRKSRC}/configure
|
2000-08-24 01:14:21 +02:00
|
|
|
USE_GMAKE= YES
|
|
|
|
USE_X11= YES
|
|
|
|
USE_XAW= YES
|
|
|
|
USE_XPM= YES
|
1998-12-04 04:48:34 +01:00
|
|
|
|
|
|
|
CFLAGS+= -Dunix
|
1999-01-07 16:34:54 +01:00
|
|
|
LDFLAGS+= -Wl,-R${X11BASE}/lib
|
1998-12-04 04:48:34 +01:00
|
|
|
STRIPFLAG=
|
|
|
|
|
1999-08-25 15:37:34 +02:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
XAW_TYPE?= 3d
|
|
|
|
|
1998-12-04 04:48:34 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|